mirror of
https://github.com/ivanch/blog.ivanch.me.git
synced 2025-08-25 17:01:49 +00:00
updating things
This commit is contained in:
@@ -5,7 +5,7 @@ draft: false
|
||||
summary: "Everyone should have Netflix at home"
|
||||
---
|
||||
|
||||
Those are some of the services that I use currently and that I find very useful. But maybe the hobby is going too far...
|
||||
[Why I'm slowly changing to Kubernetes.](https://blog.ivanch.me/posts/home-k8s/)
|
||||
|
||||
# Honorable Mentions:
|
||||
* [Proxmox VE](https://www.proxmox.com/) - Got put those VMs somewhere.
|
||||
@@ -15,35 +15,34 @@ Those are some of the services that I use currently and that I find very useful.
|
||||
## Necessary ones
|
||||
* [AdGuard](https://hub.docker.com/r/adguard/adguardhome) - DNS-based Adblocker service (also useful to block malware and other unwanted things).
|
||||
* Easy setup alternative: [PiHole](https://hub.docker.com/r/pihole/pihole) - Same thing, but easier to setup.
|
||||
* [Portainer](https://www.portainer.io/) - Container management.
|
||||
* Lightweight alternative: [Dockge](https://dockge.kuma.pet/) - Container and Compose management.
|
||||
* [Nginx Proxy Manager](https://nginxproxymanager.com/) - Reverse proxy manager.
|
||||
* Alternative: [Caddy](https://hub.docker.com/_/caddy)
|
||||
* [Dockge](https://dockge.kuma.pet/) - Container and Compose management.
|
||||
* Alternative: [Portainer](https://www.portainer.io/) - Container management.
|
||||
* [Traefik](https://hub.docker.com/_/traefik) - Reverse proxy manager.
|
||||
* Alternative: [Nginx Proxy Manager](https://nginxproxymanager.com/)
|
||||
* [WatchTower](https://containrrr.dev/watchtower/) - Automatic container updates.
|
||||
* My lightweight alternative to this is my own `.sh` script that runs every 4 days that updates all containers on the server.
|
||||
* My lightweight alternative to this is my own `.sh` script that runs every 4 days that updates all containers on a specific server.
|
||||
* [Paperless](https://docs.paperless-ngx.com/) - Keep those important documents and papers organized with easy searching.
|
||||
|
||||
## Misc
|
||||
* [Homarr](https://homarr.dev/) - A beautiful dashboard with all services and sometimes some nice widgets.
|
||||
* [Homarr](https://homarr.dev/) - A stylish dashboard with all services and sometimes some nice widgets.
|
||||
* [Beszel](https://beszel.dev/) - Server monitor with some useful alarms.
|
||||
* [Statping](https://statping.com/) - Application ping.
|
||||
* Beautier alternative: [Uptime Kuma](https://uptime.kuma.pet/).
|
||||
* [Uptime Kuma](https://uptime.kuma.pet/) - Status monitoring for applications.
|
||||
* [Gitea](https://gitea.com/) - Homemade GitHub (with Actions!)
|
||||
* [Notepad](https://github.com/pereorga/minimalist-web-notepad) - Homemade dontpad.
|
||||
* [Code Server](https://hub.docker.com/r/linuxserver/code-server/) - VSCode inside of a Docker.
|
||||
* [FileBrowser](https://filebrowser.org/installation#docker/) - Hosting files made easier.
|
||||
* [Ngnix](https://hub.docker.com/_/nginx/) - Let's all love nginx.
|
||||
* [WireGuard](https://hub.docker.com/r/linuxserver/wireguard) - Own personal VPN tunnel.
|
||||
* [nginx](https://hub.docker.com/_/nginx/) - Let's all love nginx.
|
||||
* [WireGuard](https://hub.docker.com/r/linuxserver/wireguard) - Personal VPN tunnel.
|
||||
* [it-tools](https://hub.docker.com/r/corentinth/it-tools) - Some useful tools that we use every now and then.
|
||||
|
||||
## Media (*arr stack)
|
||||
* [Jellyfin](https://hub.docker.com/r/linuxserver/jellyfin/) - Homemade Netflix (I hate Plex).
|
||||
* [Transmission](https://hub.docker.com/r/linuxserver/transmission/) - Torrent client with a simple web interface.
|
||||
* Alternative [qBitTorrent](https://hub.docker.com/r/linuxserver/qbittorrent) - I'm unlucky to setup it but ok, it's nicer.
|
||||
* Alternative [qBitTorrent](https://hub.docker.com/r/linuxserver/qbittorrent) - A more advanced web interface.
|
||||
* [Prowlarr](https://hub.docker.com/r/linuxserver/prowlarr/) - Torrent tracker aggregator.
|
||||
* [Sonarr](https://hub.docker.com/r/linuxserver/sonarr/) - TV shows management (Torrent integration).
|
||||
* [Radarr](https://hub.docker.com/r/linuxserver/radarr/) - Movies management (Torrent integration).
|
||||
* [Lidarr](https://hub.docker.com/r/linuxserver/lidarr/) - Music management (Torrent integration).
|
||||
* [Lidarr](https://hub.docker.com/r/linuxserver/lidarr/) - Music management (Torrent integration), though I don't use this one.
|
||||
|
||||
## Game server
|
||||
* [Minecraft Server](https://hub.docker.com/r/itzg/minecraft-server/) - For that 2 week period every 3 years.
|
Reference in New Issue
Block a user