Host your own web based RSS feed aggregator yarr
.
Ports required to run the server in a table format.
Port | default |
---|---|
App | 7070 |
7070 is the default port, but any port can be used.
Name | Tag |
---|---|
ghcr.io/ptero-eggs/yolks:debian | ghcr.io/ptero-eggs/yolks:debian |
Name | Description | Environment Variable | Default Value | User Viewable | User Editable |
---|---|---|---|---|---|
Username | The username used to log in to yarr | USERNAME | username | Yes | Yes |
Password | The password needed to log in to yarr | PASSWORD | Yes | Yes |
#!/bin/bash
cd /mnt/server
mkdir yarr_source
git clone https://github.com/nkanaev/yarr yarr_source
cd yarr_source
make build_default # -> _output/yarr
cp _output/yarr ../yarr
cd ../
rm -rf yarr_source
chmod +x yarr
echo "Install complete"