Add microbin to homer
This commit is contained in:
parent
bcd6ba0cc4
commit
638c6e5255
|
@ -116,6 +116,7 @@ Most services are served over [tailscale](https://tailscale.com/), using certifi
|
|||
- [Intray](https://github.com/NorfairKing/intray) — GTD capture tool.
|
||||
- [Invidious](https://invidious.io/) — alternate youtube client
|
||||
- [Jellyfin](https://jellyfin.org/) — media server
|
||||
- [Microbin](https://microbin.eu/) - code & file sharing service
|
||||
- [Pounce](https://git.causal.agency/pounce/about/) & [calico](https://git.causal.agency/pounce/about/calico.1) — irc bouncer
|
||||
- [Prometheus](https://github.com/prometheus/prometheus) — metric collector
|
||||
- [Qbittorrent](https://www.qbittorrent.org) — torrent client
|
||||
|
|
BIN
common/icons/cloudflare.png
Normal file
BIN
common/icons/cloudflare.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
BIN
common/icons/micobin.png
Normal file
BIN
common/icons/micobin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
Binary file not shown.
Before Width: | Height: | Size: 72 KiB |
|
@ -65,7 +65,7 @@ in
|
|||
# }}}
|
||||
# {{{ Pillars
|
||||
{
|
||||
name = "Pillars";
|
||||
name = "Tooling";
|
||||
icon = fa "toolbox";
|
||||
items = [
|
||||
{
|
||||
|
@ -86,6 +86,12 @@ in
|
|||
logo = icon "radicale.svg";
|
||||
url = "https://cal.moonythm.dev";
|
||||
}
|
||||
{
|
||||
name = "Microbin";
|
||||
subtitle = "Code & file sharing";
|
||||
logo = icon "microbin.png";
|
||||
url = "https://cal.moonythm.dev";
|
||||
}
|
||||
];
|
||||
}
|
||||
# }}}
|
||||
|
@ -177,10 +183,10 @@ in
|
|||
url = "https://github.com/mateiadrielrafael/everything-nix";
|
||||
}
|
||||
{
|
||||
name = "Porkbun";
|
||||
name = "Cloudflare";
|
||||
subtitle = "Domain management";
|
||||
logo = icon "porkbun.png";
|
||||
url = "https://porkbun.com/account/domainsSpeedy";
|
||||
logo = icon "cloudflare.png";
|
||||
url = "https://dash.cloudflare.com/761d3e81b3e42551e33c4b73274ecc82/moonythm.dev/";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
@ -41,10 +41,10 @@ bin IN CNAME tunnel.lapetus
|
|||
; Migadu mail setup
|
||||
|
||||
; Mail MX records
|
||||
orbit IN MX 10 aspmx1.migadu.com.
|
||||
orbit IN MX 20 aspmx2.migadu.com.
|
||||
@ IN MX 10 aspmx1.migadu.com.
|
||||
@ IN MX 20 aspmx2.migadu.com.
|
||||
orbit IN MX 10 aspmx1.migadu.com.
|
||||
orbit IN MX 20 aspmx2.migadu.com.
|
||||
|
||||
; Mail CNAME records
|
||||
key1._domainkey IN CNAME key1.moonythm.dev._domainkey.migadu.com.
|
||||
|
@ -55,9 +55,9 @@ key2._domainkey.orbit IN CNAME key2.orbit.moonythm.dev._domainkey.migadu.com.
|
|||
key3._domainkey.orbit IN CNAME key3.orbit.moonythm.dev._domainkey.migadu.com.
|
||||
|
||||
; Other mail stuff
|
||||
_dmarc IN TXT "v=DMARC1; p=quarantine;"
|
||||
_dmarc.orbit IN TXT "v=DMARC1; p=quarantine;"
|
||||
@ IN TXT "hosted-email-verify=kfkhyexd"
|
||||
@ IN TXT "v=spf1 include:spf.migadu.com -all"
|
||||
_dmarc IN TXT "v=DMARC1; p=quarantine;"
|
||||
orbit IN TXT "hosted-email-verify=24s7lnum"
|
||||
orbit IN TXT "v=spf1 include:spf.migadu.com -all"
|
||||
_dmarc.orbit IN TXT "v=DMARC1; p=quarantine;"
|
||||
|
|
Loading…
Reference in a new issue