Backrest: install Backrest as a systemd service to simplify pre/post-backup hooks (e.g., docker compose stop/start). Do not want to overcomplicate setup and run backrest (single binary) in a container with SSHing to host and/or docker.sock access
This commit is contained in:
@@ -10,58 +10,57 @@
|
||||
|
||||
(apps) {
|
||||
|
||||
@backrest host backrest.catmedved.com
|
||||
@backrest host backrest.catmedved.com
|
||||
handle @backrest {
|
||||
reverse_proxy http://backrest:9898
|
||||
reverse_proxy http://host.docker.internal:9898
|
||||
}
|
||||
|
||||
|
||||
@beszel host beszel.catmedved.com
|
||||
@beszel host beszel.catmedved.com
|
||||
handle @beszel {
|
||||
reverse_proxy http://beszel:8090
|
||||
}
|
||||
|
||||
# @copypaste host copypaste.catmedved.com
|
||||
# @copypaste host copypaste.catmedved.com
|
||||
# handle @copypaste {
|
||||
# reverse_proxy http://microbin:8080
|
||||
# }
|
||||
|
||||
@copypaste host copypaste.kladovka52.com
|
||||
@copypaste host copypaste.kladovka52.com
|
||||
handle @copypaste {
|
||||
reverse_proxy http://microbin:8080
|
||||
}
|
||||
|
||||
@gameyfin host gameyfin.catmedved.com
|
||||
@gameyfin host gameyfin.catmedved.com
|
||||
handle @gameyfin {
|
||||
reverse_proxy http://gameyfin:8080
|
||||
}
|
||||
|
||||
@gitea host gitea.catmedved.com
|
||||
@gitea host gitea.catmedved.com
|
||||
handle @gitea {
|
||||
reverse_proxy http://gitea:3000
|
||||
}
|
||||
|
||||
@music host music.catmedved.com
|
||||
@music host music.catmedved.com
|
||||
handle @music {
|
||||
reverse_proxy http://navidrome:4533
|
||||
}
|
||||
|
||||
@pdftools host pdf-tools.catmedved.com
|
||||
@pdftools host pdf-tools.catmedved.com
|
||||
handle @pdftools {
|
||||
reverse_proxy http://stirling_pdf:8080
|
||||
}
|
||||
|
||||
@pdftools_k host pdf-tools.kladovka52.com
|
||||
@pdftools_k host pdf-tools.kladovka52.com
|
||||
handle @pdftools_k {
|
||||
reverse_proxy http://stirling_pdf:8080
|
||||
}
|
||||
|
||||
@photo host photo.catmedved.com
|
||||
@photo host photo.catmedved.com
|
||||
handle @photo {
|
||||
reverse_proxy immich_server:2283
|
||||
}
|
||||
|
||||
@recepies host recepies.catmedved.com
|
||||
@recepies host recepies.catmedved.com
|
||||
handle @recepies {
|
||||
reverse_proxy http://mealie:9000
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user