docker-stacks/README.md

59 lines
2.6 KiB
Markdown
Raw Normal View History

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
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](https://hub.docker.com/r/linuxserver/duplicati)
- [x] [Folding@Home](https://hub.docker.com/r/johnktims/folding-at-home)
2022-02-01 23:43:28 +00:00
- [x] [Gatus](https://github.com/TwiN/gatus)
- [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)
- [ ] [Lidarr](https://hub.docker.com/r/linuxserver/lidarr) (didn't test, may not work)
- [x] [magnetico-web-telegram](https://hub.docker.com/r/skobkin/magnetico-web-telegram-bot)
- [x] [magneticod](https://hub.docker.com/r/boramalper/magneticod)
- [x] [~~magneticod-python~~](https://hub.docker.com/r/skobkin/magneticod-python) (legacy)
2022-03-14 00:20:08 +00:00
- [ ] ~~mariadb-common~~ (abandoned for now)
- [x] [Murmur](https://gitlab.com/skobkin/docker-murmur/container_registry/2667847) (Mumble server)
- [ ] [NextCloud](https://hub.docker.com/r/linuxserver/nextcloud)
- [x] [Open Streaming Platform](https://hub.docker.com/r/deamos/openstreamingplatform)
- [x] [OpenVPN](https://hub.docker.com/r/kylemanna/openvpn)
2022-02-22 15:06:00 +00:00
- [ ] [Owncast](https://owncast.online/)
- [x] [Portainer](https://hub.docker.com/r/portainer/portainer)
2022-03-14 00:18:41 +00:00
- [ ] ~~Postgres Common~~ (abandoned for now)
- [x] [Proxy MTProto](https://hub.docker.com/r/mtproxy/mtproxy)
- [x] [Proxy Socks5](https://hub.docker.com/r/serjs/go-socks5-proxy)
- [x] [Radarr](https://hub.docker.com/r/linuxserver/radarr)
- [x] [Redis](https://hub.docker.com/_/redis)
- [x] [Sonarr](https://hub.docker.com/r/linuxserver/sonarr)
- [x] [Speedtest](https://hub.docker.com/r/adolfintel/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)
- [x] [Syncthing](https://hub.docker.com/r/linuxserver/syncthing)
- [x] [Tor Privoxy](https://hub.docker.com/r/dperson/torproxy)
- [x] [Watchtower](https://hub.docker.com/r/containrrr/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)