mirror of https://github.com/ivanch/ivanch.me.git
init
This commit is contained in:
commit
f09d0b85f3
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
params:
|
||||||
|
#ShowBreadCrumbs: true
|
||||||
|
homeInfoParams:
|
||||||
|
Title: Hello there!
|
||||||
|
Content: Nada muito útil por aqui, só alguns projetos mesmo.
|
||||||
|
|
||||||
|
socialIcons:
|
||||||
|
- name: "Instagram"
|
||||||
|
url: "https://www.instagram.com/ivanczn/"
|
||||||
|
- name: "Github"
|
||||||
|
url: "https://github.com/ivanch"
|
||||||
|
|
||||||
|
baseURL: 'https://ivanch.me/'
|
||||||
|
languageCode: 'pt-br'
|
||||||
|
title: "ivanczn"
|
||||||
|
theme: 'PaperMod'
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
title: "Posts"
|
||||||
|
layout: "posts"
|
||||||
|
url: "/posts/"
|
||||||
|
summary: posts
|
||||||
|
---
|
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
title: "Projetos"
|
||||||
|
date: 2022-04-05T13:39:09-03:00
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
||||||
|
Nada aqui ainda, mas era pra ter.
|
|
@ -0,0 +1,29 @@
|
||||||
|
---
|
||||||
|
title: "Self Hosting"
|
||||||
|
date: 2022-04-05T14:00:00-03:00
|
||||||
|
draft: false
|
||||||
|
summary: "Containers que são úteis (que eu utilizo)."
|
||||||
|
---
|
||||||
|
|
||||||
|
Com pitadas de apocalípse.
|
||||||
|
|
||||||
|
## Containers Necessários
|
||||||
|
* Portainer - [https://www.portainer.io/](https://www.portainer.io/)
|
||||||
|
* Nginx Proxy Manager - [https://nginxproxymanager.com/](https://nginxproxymanager.com/)
|
||||||
|
|
||||||
|
## Legais
|
||||||
|
* Heimdall - [https://www.heimdall.io/](https://www.heimdall.io/)
|
||||||
|
* Netdata - [https://hub.docker.com/r/netdata/netdata/](https://hub.docker.com/r/netdata/netdata/)
|
||||||
|
* Statping - [https://statping.com/](https://statping.com/)
|
||||||
|
* Gitea - [https://gitea.com/](https://gitea.com/)
|
||||||
|
* Notepad - [https://github.com/pereorga/minimalist-web-notepad](https://github.com/pereorga/minimalist-web-notepad)
|
||||||
|
|
||||||
|
## Mídias
|
||||||
|
* Code Server - [https://hub.docker.com/r/linuxserver/code-server/](https://hub.docker.com/r/linuxserver/code-server/)
|
||||||
|
* Transmission - [https://hub.docker.com/r/linuxserver/transmission/](https://hub.docker.com/r/linuxserver/transmission/)
|
||||||
|
* Sonarr - [https://hub.docker.com/r/linuxserver/sonarr](https://hub.docker.com/r/linuxserver/sonarr/)
|
||||||
|
* Radarr - [https://hub.docker.com/r/linuxserver/radarr](https://hub.docker.com/r/linuxserver/radarr/)
|
||||||
|
* Jekyll - [https://hub.docker.com/r/jekyll/jekyll/](https://hub.docker.com/r/jekyll/jekyll/)
|
||||||
|
|
||||||
|
## Joguinhos
|
||||||
|
* Minecraft - [https://hub.docker.com/r/itzg/minecraft-server/](https://hub.docker.com/r/itzg/minecraft-server/)
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 09921bb542e997f8164d3749f672fa059c75bf46
|
Loading…
Reference in New Issue