Translation and git stuff

This commit is contained in:
José Henrique Ivanchechen 2022-12-01 17:04:05 -03:00
parent 27a31a4fe4
commit 53f2bad60c
3 changed files with 32 additions and 18 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
public
.*.lock

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# [Personal website](ivanch.me)
## Running
1. `git submodule update --init --recursive`
1. `hugo server`
## Build
1. `hugo`
## Add new post
1. `hugo new posts/post-name.md`

View File

@ -2,30 +2,31 @@
title: "Self Hosting" title: "Self Hosting"
date: 2022-04-05T14:00:00-03:00 date: 2022-04-05T14:00:00-03:00
draft: false draft: false
summary: "Containers que são úteis e que utilizo." summary: "Self hosting containers that might be useful."
--- ---
Com pitadas de apocalípse. Litty bitty apocalyptic.
## Necessários ## Necessary
* [Portainer](https://www.portainer.io/) - Gerenciamento de containers. * [Portainer](https://www.portainer.io/) - Container management.
* [Nginx Proxy Manager](https://nginxproxymanager.com/) - Gerenciador de proxy reverso. * [Nginx Proxy Manager](https://nginxproxymanager.com/) - Reverse proxy manager.
* [WatchTower](https://containrrr.dev/watchtower/) - Atualização automática de containers. * [WatchTower](https://containrrr.dev/watchtower/) - Automatic container updates.
## Misc ## Misc
* [Netdata](https://hub.docker.com/r/netdata/netdata/) - Monitoramento de servidor. * [Netdata](https://hub.docker.com/r/netdata/netdata/) - Server monitor.
* [Heimdall](https://www.heimdall.io/) - Painel para linkar serviços. * [Heimdall](https://www.heimdall.io/) - Panel to add all your selfhosted services.
* [Statping](https://statping.com/) - Monitoramento de aplicações. * [Statping](https://statping.com/) - Application ping.
* [Gitea](https://gitea.com/) - GitHub caseiro. * [Uptime Kuma](https://uptime.kuma.pet/) - Application ping (beautier).
* [Notepad](https://github.com/pereorga/minimalist-web-notepad) - Dontpad caseiro. * [Gitea](https://gitea.com/) - Homemade GitHub.
* [Code Server](https://hub.docker.com/r/linuxserver/code-server/) - VSCode em Docker. * [Notepad](https://github.com/pereorga/minimalist-web-notepad) - Homemade Dontpad.
* [FileBrowser](https://filebrowser.org/installation#docker/) - Navegador de arquivos. * [Code Server](https://hub.docker.com/r/linuxserver/code-server/) - VSCode inside of a Docker.
* [FileBrowser](https://filebrowser.org/installation#docker/) - The name says by itself.
## Mídia ## Mídia
* [Transmission](https://hub.docker.com/r/linuxserver/transmission/) - Cliente de torrent com interface web. * [Transmission](https://hub.docker.com/r/linuxserver/transmission/) - Torrent client with a web interface.
* [Sonarr](https://hub.docker.com/r/linuxserver/sonarr/) - Gerenciamento de série (integração com Torrent). * [Sonarr](https://hub.docker.com/r/linuxserver/sonarr/) - TV shows management (Torrent integration).
* [Radarr](https://hub.docker.com/r/linuxserver/radarr/) - Gerenciamento de filme (integração com Torrent). * [Radarr](https://hub.docker.com/r/linuxserver/radarr/) - Movies management (Torrent integration).
* [Jekyll](https://hub.docker.com/r/jekyll/jekyll/) - Netflix caseiro. * [Jekyll](https://hub.docker.com/r/jekyll/jekyll/) - Homemade Netflix.
## Joguinhos ## Joguinhos
* [Minecraft Server](https://hub.docker.com/r/itzg/minecraft-server/) - Autoexplicativo. * [Minecraft Server](https://hub.docker.com/r/itzg/minecraft-server/) - The name says by itself².