We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, How to install RSS Box? because I tried to upload the script to my site..
thanks
The text was updated successfully, but these errors were encountered:
This worked for me:
install docker - https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-22-04
docker pull stefansundin/rssbox
create ".env" file, template of file is here - https://github.com/stefansundin/rssbox/blob/master/.env.example
docker run -i -t -p 3000:3000 --env-file=PATH-TO-YOUR-.ENV-FILE stefansundin/rssbox
Done. RSSbox is running on port 3000.
Sorry, something went wrong.
@pucmelak I think you missed stefansundin/rssbox in docker run
stefansundin/rssbox
docker run
No branches or pull requests
Hi,
How to install RSS Box?
because I tried to upload the script to my site..
thanks
The text was updated successfully, but these errors were encountered: