2020-03-30 11:30:20 +00:00
|
|
|
# Docker Compose config collection
|
|
|
|
|
|
|
|
## How to set up?
|
|
|
|
|
|
|
|
Basically you need to choose which service you want to run and then
|
2022-02-08 18:13:27 +00:00
|
|
|
create needed `.env` files from `.env.dist` template.
|
2020-03-30 11:30:20 +00:00
|
|
|
|
|
|
|
```shell
|
|
|
|
# Choose a service
|
|
|
|
cd folding-at-home
|
|
|
|
# Copy template
|
|
|
|
cp .env.dist .env
|
|
|
|
# edit the config to your preference
|
|
|
|
nano -w .env
|
|
|
|
# Create and run containers
|
|
|
|
docker-compose up -d
|
|
|
|
# Optional: check the logs
|
|
|
|
docker-compose logs -f
|
|
|
|
```
|
|
|
|
|
|
|
|
Some services may require additional configuration. Check for additional `README.md` files
|
2020-03-31 13:33:58 +00:00
|
|
|
or comments in the `docker-compose.yml` files or `.env.dist` templates.
|
|
|
|
|
|
|
|
## Is it working?
|
|
|
|
|
|
|
|
Not every stack is tested to fully work.
|
|
|
|
|
|
|
|
- [x] Duplicati
|
|
|
|
- [x] Folding@Home
|
2022-02-01 23:43:28 +00:00
|
|
|
- [x] [Gatus](https://github.com/TwiN/gatus)
|
2022-03-02 00:32:49 +00:00
|
|
|
- [x] [Gitea](https://gitea.io/)
|
2022-03-13 02:21:08 +00:00
|
|
|
- [x] [I2PD](https://github.com/PurpleI2P/i2pd)
|
2022-03-14 00:17:46 +00:00
|
|
|
- [x] [~~JDownloader~~](https://jdownloader.org) (tested, but abandoned)
|
2022-02-12 04:46:36 +00:00
|
|
|
- [x] [Joplin](https://hub.docker.com/r/joplin/server) (working, abandoned)
|
2021-12-16 20:50:43 +00:00
|
|
|
- [ ] Lidarr (didn't test, may not work)
|
2020-03-31 13:33:58 +00:00
|
|
|
- [x] magnetico-web-telegram
|
|
|
|
- [x] magneticod
|
|
|
|
- [x] magneticod-python
|
|
|
|
- [ ] mariadb-common (prototype state)
|
|
|
|
- [ ] mastodon (didn't work when tried to set up)
|
|
|
|
- [x] Murmur (Mumble server)
|
2020-04-29 22:05:11 +00:00
|
|
|
- [ ] NextCloud
|
2020-04-15 23:47:40 +00:00
|
|
|
- [x] Open Streaming Platform
|
2020-03-31 13:33:58 +00:00
|
|
|
- [x] OpenVPN
|
2022-02-22 15:06:00 +00:00
|
|
|
- [ ] [Owncast](https://owncast.online/)
|
2020-04-29 12:05:38 +00:00
|
|
|
- [x] Portainer
|
2022-03-14 00:18:41 +00:00
|
|
|
- [ ] ~~Postgres Common~~ (abandoned for now)
|
2020-03-31 13:33:58 +00:00
|
|
|
- [x] Proxy MTProto
|
|
|
|
- [x] Proxy Socks5
|
2022-03-02 20:53:59 +00:00
|
|
|
- [x] Radarr
|
2020-07-05 01:35:59 +00:00
|
|
|
- [x] Redis
|
2022-03-02 20:53:59 +00:00
|
|
|
- [x] Sonarr
|
2020-04-29 15:34:08 +00:00
|
|
|
- [x] Speedtest (LibreSpeed)
|
2021-12-16 20:50:43 +00:00
|
|
|
- [x] [Synapse](https://hub.docker.com/r/matrixdotorg/synapse) ([Matrix.org](https://matrix.org/) server)
|
2022-02-16 20:22:49 +00:00
|
|
|
- [x] [Syncthing](https://hub.docker.com/r/linuxserver/syncthing)
|
2021-12-20 17:29:50 +00:00
|
|
|
- [x] [Tor Privoxy](https://hub.docker.com/r/dperson/torproxy)
|
2020-07-18 13:27:27 +00:00
|
|
|
- [x] Watchtower
|
2020-07-26 20:41:44 +00:00
|
|
|
- [ ] [Wireguard](https://hub.docker.com/r/cmulk/wireguard-docker) (prototype state, not working yet)
|
2022-03-14 00:19:12 +00:00
|
|
|
- [ ] ~~Wordpress~~ (abandoned)
|
2022-03-14 00:19:27 +00:00
|
|
|
- [ ] ~~YaCy~~ (abandoned due to upstream code problems)
|