Adds table of services

This commit is contained in:
Nemo 2018-04-14 15:09:54 +05:30
parent aa70016612
commit 67620b75c1
1 changed files with 28 additions and 32 deletions

View File

@ -37,38 +37,34 @@ Self-learning project for terraform/docker.
Currently running the following (all links are to the `store.docker.com` links for the docker images that I'm using: Currently running the following (all links are to the `store.docker.com` links for the docker images that I'm using:
## Databases | image | tag | size | category/module |
|--------------------------------|---------|------|-----------------|
- [MariaDB](https://store.docker.com/images/mariadb) for a simple database backend | prom/node-exporter | v0.15.2 | 22.8 | monitoring |
- [MongoRocks](https://store.docker.com/community/images/jadsonlourenco/mongo-rocks) as a mongoDB server. Uses RocksDB as the backend | redis | alpine | 27.8 | gitea |
| linuxserver/transmission | latest | 43.9 | media |
## Media | traefik | 1.6 | 51.8 | docker |
| google/cadvisor | latest | 62.2 | monitoring |
- [Emby](https://store.docker.com/community/images/emby/embyserver) Media Server | odarriba/timemachine | latest | 77.2 | backup |
- [Radarr](https://store.docker.com/community/images/linuxserver/radarr), auto-download movies | gitea/gitea | 1.4 | 77.4 | gitea |
- [Sonarr](https://store.docker.com/community/images/linuxserver/sonarr), auto-download TV Shows | linuxserver/daapd | latest | 85.5 | media |
- [Transmission](https://store.docker.com/community/images/linuxserver/transmission), to download torrents | linuxserver/heimdall | latest | 101 | general |
- [Heimdall](https://store.docker.com/community/images/linuxserver/heimdall), for a single link to other services | linuxserver/tt-rss | latest | 108 | tt-rss |
- [AirSonic](https://store.docker.com/community/images/airsonic/airsonic), for a music server | prom/prometheus | latest | 113 | monitoring |
- [Ubooquity](https://store.docker.com/community/images/linuxserver/ubooquity), EBooks server with OPDS support | linuxserver/ubooquity | latest | 114 | docker |
- [Lychee](https://store.docker.com/community/images/linuxserver/lychee), as a simple image-sharing/hosting service | captn3m0/speedtest-exporter | alpine | 115 | monitoring |
| tomsquest/docker-radicale | latest | 130 | radicale |
## Plumbing & Monitoring | linuxserver/lychee | latest | 154 | lychee |
| linuxserver/resilio-sync | latest | 167 | resilio |
- [Traefik](https://store.docker.com/images/traefik) as a reverse-proxy server, and TLS termination. | emby/embyserver | latest | 202 | media |
- [CAdvisor](https://store.docker.com/community/images/google/cadvisor), for basic monitoring. Reports metrics to prometheus | linuxserver/airsonic | latest | 239 | media |
- [Grafana](https://store.docker.com/community/images/grafana/grafana), for graphing. Public at <https://grafana.bb8.fun> | grafana/grafana | latest | 301 | monitoring |
- [Prometheus](https://store.docker.com/community/images/prom/prometheus), for metrics. | requarks/wiki | latest | 317 | wiki |
- [Nodeexporter](https://store.docker.com/community/images/prom/node-exporter), for host-metrics. | percona/percona-server-mongodb | latest | 321 | wiki |
| mariadb | 10.3 | 402 | db |
## Misc | linuxserver/jackett | latest | 556 | media |
| linuxserver/sonarr | latest | 562 | media |
- [Wiki.JS](https://store.docker.com/community/images/requarks/wiki) as a simple home-wiki. Public at <https://wiki.bb8.fun> | linuxserver/radarr | latest | 566 | media |
- [Radicale](https://store.docker.com/community/images/tomsquest/docker-radicale), for a CalDav/Carddav server | linuxserver/lidarr | latest | 574 | media |
- [Gitea](https://store.docker.com/community/images/gitea/gitea), git server. Public at <https://git.captnemo.in>
- [Timemachine](https://store.docker.com/community/images/odarriba/timemachine) to take backups of a few macbooks.
- [Resilio Sync](https://store.docker.com/community/images/linuxserver/resilio-sync) as a dropbox alternative
- [tt-rss](https://store.docker.com/community/images/linuxserver/tt-rss), as a simple web-rss-client
## Docker Notes ## Docker Notes
- Lots of the above images are from the excellent [LinuxServer.io](https://www.linuxserver.io), and they're doing great work :+1: - Lots of the above images are from the excellent [LinuxServer.io](https://www.linuxserver.io), and they're doing great work :+1: