Add DN status to README

This commit is contained in:
Tanguy Herbron 2022-06-07 00:31:49 +02:00
parent 5d44451718
commit 395150e825

View File

@ -1,23 +1,24 @@
# K3s cluster # K3s cluster
| Name | Usage | Accessibility | Host | Automated backups | Configured | | Name | Usage | Accessibility | Host | DB type | Automated backups | Configured |
| -- | -- | -- | -- | -- | -- | | -- | -- | -- | -- | -- | -- | -- |
| therbron.com | Personal website | Public | Socrates | Nothing to backup | No | | therbron.com | Personal website | Public | Socrates | X | Nothing to backup | No |
| Traefik | Reverse proxy and load balancer | Public* | Socrates | Git configuration | Partial (Missing TLS) | | Traefik | Reverse proxy and load balancer | Public* | Socrates | X | Git configuration | Partial (Missing TLS) |
| Adguard | DNS ad blocker and custom DNS server | Private | Socrates | <center> ? </center> | Yes | | Adguard | DNS ad blocker and custom DNS server | Private | Socrates | X | <center> ? </center> | Yes |
| Owncloud Infinity Scale | File hosting webUI | Public | Plato | <center> ? </center> | No | | Owncloud Infinity Scale | File hosting webUI | Public | Plato | PostgreSQL | <center> ? </center> | No |
| Home assistant | Home automation and monitoring | Private | Pythagoras-a | <center> ? </center> | No | | Home assistant | Home automation and monitoring | Private | Pythagoras-a | PostgreSQL | <center> ? </center> | No |
| Pwndrop | On the fly file downloading | Public* | Pythagoras-b | <center> ? </center> | No | | Vikunja | To-do and Kanban boards | Public | Pythagoras-b | X | <center> ? </center> | No (To be integrated in Gitlab) |
| Vikunja | To-do and Kanban boards | Public | Pythagoras-b | <center> ? </center> | No (To be integrated in Gitlab) | | Gitlab | Version control system | Public | Pythagoras-b | PostgreSQL | <center> ? </center> | No |
| Gitlab | Version control system | Public | Pythagoras-b | <center> ? </center> | No | | Wiki | Documentation manager | Public | Pythagoras-b | X | <center> ? </center> | No (Migrate to VuePress and Gitlab) |
| Wiki | Documentation manager | Public | Pythagoras-b | <center> ? </center> | No (Migrate to VuePress and Gitlab) | | Vaultwarden | Password manager | Public | Pythagoras-b | PostgreSQL | <center> ? </center> | No |
| Bitwarden | Password manager | Public | Pythagoras-b | <center> ? </center> | No | | Jellyfin | Media streaming | Public | Archimedes | X | <center> ? </center> | No |
| Jellyfin | Media streaming | Public | Archimedes | <center> ? </center> | No | | Sonarr | TV shows collection manager | Private | Plato | SQLite** | <center> ? </center> | No |
| Sonarr | TV shows collection manager | Private | Plato | <center> ? </center> | No | | Radarr | Movie collection manager | Private | Plato | SQLite** | <center> ? </center> | No |
| Radarr | Movie collection manager | Private | Plato | <center> ? </center> | No | | Jackett | Torrent indexer | Private | Plato | X | <center> ? </center> | No |
| Jackett | Torrent indexer | Private | Plato | <center> ? </center> | No | | Deluge | Torrent client | Private | Plato | X | <center> ? </center> | No |
| Deluge | Torrent client | Private | Plato | <center> ? </center> | No | | Minecraft | Vanilla minecraft server for friends | Public | Archimedes | X | Longhorn snapshots | Yes |
| Minecraft | Vanilla minecraft server for friends | Public | Archimedes | Longhorn snapshots | Yes |
** Current implementation only support SQLite, making manual backups a necessity
## TODO ## TODO
- Change host/deployment specific variables to use environment variables - Change host/deployment specific variables to use environment variables