Lowynterr

Lowynterr

Sometimes think, sometimes cry...
email
youtube
x

Deploy WeWe Rss

The finished product looks like this.
If you want to deploy it yourself, it is recommended to use docker - recommend installing a Panel, automatically installing docker. I don't really know what docker is. It's just that with docker, you can solve the deployment service issue with a few lines of code.

docker run -d
--name wewe-rss
-p 4000:4000
-e DATABASE_TYPE=sqlite
-e AUTH_CODE=123567
-v $(pwd)/data:/app/data
cooderl/wewe-rss-sqlite

Then configure a domain name as a reverse proxy in Panel 1, and it will be perfect.

Caution

Here I have to mention that the 123567 in AUTH_CODE=123567 is the login password, it is recommended to change it.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.