mirror of https://github.com/ivanch/ivanch.me.git
Small update
This commit is contained in:
parent
166cd5957a
commit
27a31a4fe4
|
@ -2,29 +2,30 @@
|
|||
title: "Self Hosting"
|
||||
date: 2022-04-05T14:00:00-03:00
|
||||
draft: false
|
||||
summary: "Containers que são úteis (que eu utilizo)."
|
||||
summary: "Containers que são úteis e que utilizo."
|
||||
---
|
||||
|
||||
Com pitadas de apocalípse.
|
||||
|
||||
## Containers Necessários
|
||||
## Necessários
|
||||
* [Portainer](https://www.portainer.io/) - Gerenciamento de containers.
|
||||
* [Nginx Proxy Manager](https://nginxproxymanager.com/) - Proxy reverso.
|
||||
* [Nginx Proxy Manager](https://nginxproxymanager.com/) - Gerenciador de proxy reverso.
|
||||
* [WatchTower](https://containrrr.dev/watchtower/) - Atualização automática de containers.
|
||||
|
||||
## Legais
|
||||
## Misc
|
||||
* [Netdata](https://hub.docker.com/r/netdata/netdata/) - Monitoramento de servidor.
|
||||
* [Heimdall](https://www.heimdall.io/) - Painel para linkar serviços.
|
||||
* [Statping](https://statping.com/) - Monitoramento de aplicação (web).
|
||||
* [Statping](https://statping.com/) - Monitoramento de aplicações.
|
||||
* [Gitea](https://gitea.com/) - GitHub caseiro.
|
||||
* [Notepad](https://github.com/pereorga/minimalist-web-notepad) - Dontpad caseiro.
|
||||
* [Code Server](https://hub.docker.com/r/linuxserver/code-server/) - VSCode em Docker.
|
||||
* [FileBrowser](https://filebrowser.org/installation#docker/) - Navegador de arquivos.
|
||||
|
||||
## Mídias
|
||||
* [Transmission](https://hub.docker.com/r/linuxserver/transmission/) - Torrent.
|
||||
## Mídia
|
||||
* [Transmission](https://hub.docker.com/r/linuxserver/transmission/) - Cliente de torrent com interface web.
|
||||
* [Sonarr](https://hub.docker.com/r/linuxserver/sonarr/) - Gerenciamento de série (integração com Torrent).
|
||||
* [Radarr](https://hub.docker.com/r/linuxserver/radarr/) - Gerenciamento de filme (integração com Torrent).
|
||||
* [Jekyll](https://hub.docker.com/r/jekyll/jekyll/) - Netflix caseiro.
|
||||
|
||||
## Joguinhos
|
||||
* [Minecraft](https://hub.docker.com/r/itzg/minecraft-server/) - Autoexplicativo.
|
||||
* [Minecraft Server](https://hub.docker.com/r/itzg/minecraft-server/) - Autoexplicativo.
|
Loading…
Reference in New Issue