Add internal-only Caddy proxy for Kopia backup UI.
backup.ginnoir.com reverse-proxies kopia:51515; regenerate bookmark pages.
This commit is contained in:
@@ -244,6 +244,11 @@ homarr.ginnoir.com {
|
|||||||
reverse_proxy homarr:7575
|
reverse_proxy homarr:7575
|
||||||
}
|
}
|
||||||
|
|
||||||
|
backup.ginnoir.com {
|
||||||
|
import internal_only
|
||||||
|
reverse_proxy kopia:51515
|
||||||
|
}
|
||||||
|
|
||||||
router.ginnoir.com {
|
router.ginnoir.com {
|
||||||
import internal_only
|
import internal_only
|
||||||
reverse_proxy 192.168.1.1
|
reverse_proxy 192.168.1.1
|
||||||
|
|||||||
@@ -84,6 +84,7 @@
|
|||||||
<DT><A HREF="https://portainer.ginnoir.com">portainer</A>
|
<DT><A HREF="https://portainer.ginnoir.com">portainer</A>
|
||||||
<DT><A HREF="https://uptime.ginnoir.com">uptime</A>
|
<DT><A HREF="https://uptime.ginnoir.com">uptime</A>
|
||||||
<DT><A HREF="https://homarr.ginnoir.com">homarr</A>
|
<DT><A HREF="https://homarr.ginnoir.com">homarr</A>
|
||||||
|
<DT><A HREF="https://backup.ginnoir.com">backup</A>
|
||||||
<DT><A HREF="https://router.ginnoir.com">router</A>
|
<DT><A HREF="https://router.ginnoir.com">router</A>
|
||||||
</DL><p>
|
</DL><p>
|
||||||
|
|
||||||
|
|||||||
@@ -11,6 +11,11 @@
|
|||||||
<DT><A HREF="http://valhalla:9200">authentik_server :9200</A>
|
<DT><A HREF="http://valhalla:9200">authentik_server :9200</A>
|
||||||
</DL><p>
|
</DL><p>
|
||||||
|
|
||||||
|
<DT><H3>Backup</H3>
|
||||||
|
<DL><p>
|
||||||
|
<DT><A HREF="http://valhalla:51515">kopia</A>
|
||||||
|
</DL><p>
|
||||||
|
|
||||||
<DT><H3>Dev</H3>
|
<DT><H3>Dev</H3>
|
||||||
<DL><p>
|
<DL><p>
|
||||||
<DT><A HREF="ssh://git@valhalla:2222">gitea :2222</A>
|
<DT><A HREF="ssh://git@valhalla:2222">gitea :2222</A>
|
||||||
|
|||||||
Reference in New Issue
Block a user