Explorar o código

Merge branch 'master' of ssh://gogs-ssh:2222/breandan/monorepo

Breandan Dezendorf hai 1 ano
pai
achega
819463fd1f
Modificáronse 2 ficheiros con 3 adicións e 1 borrados
  1. 2 0
      dezendorf/applications/gopy/README
  2. 1 1
      dezendorf/homelab/k3s/gopy/gopy.yaml

+ 2 - 0
dezendorf/applications/gopy/README

@@ -1 +1,3 @@
 A simple python Flask application to serve go link redirects
+
+The idea is that anyone on the internet can hit http://go.dezendorf.net/<link_name> and be redirected to the saved value. All administrative actions redirect to authelia and https://

+ 1 - 1
dezendorf/homelab/k3s/gopy/gopy.yaml

@@ -17,7 +17,7 @@ spec:
     spec:
       containers:
       - name: gopy
-        image: docker.dezendorf.net/gopy:ff1b1b5
+        image: docker.dezendorf.net/gopy:ccaf40f
         ports:
         - name: web
           containerPort: 5000