🗝
summary refs log tree commit diff
diff options
context:
space:
mode:
authormia <mia@mia.jetzt>2024-06-30 18:25:52 -0700
committermia <mia@mia.jetzt>2024-06-30 18:25:52 -0700
commit56979efd3c0601e2b1c72ef5fb66512c81c1ccf7 (patch)
tree20c6f1d099b4825394de7ac32960ee4084891a20
parent43b8b07f1e67e8c49cb4988192320266063debe6 (diff)
downloadasylum-56979efd3c0601e2b1c72ef5fb66512c81c1ccf7.tar.gz
asylum-56979efd3c0601e2b1c72ef5fb66512c81c1ccf7.zip
add outskirts.town
-rw-r--r--nginx/nginx.conf17
-rw-r--r--packages/aur.ini4
-rw-r--r--packages/aur.py2
-rw-r--r--packages/packages.inil6
4 files changed, 22 insertions, 7 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index ae6369e..b331ddd 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -42,6 +42,7 @@ http {
         listen [::]:80 default_server;
 
         default_type text/plain;
+        absolute_redirect off;
         root /srv/web/$host;
         index index.html;
     }
@@ -123,4 +124,20 @@ http {
             js_content nginx.cat;
         }
     }
+
+    # outskirts
+    server {
+        listen 80;
+        listen [::]:80;
+        server_name outskirts.town;
+
+        location / {
+            proxy_pass http://localhost:6502;
+            proxy_http_version 1.1;
+            proxy_redirect off;
+            proxy_set_header Host $http_host;
+            proxy_set_header Upgrade $http_upgrade;
+            proxy_set_header Connection $connection_upgrade;
+        }
+    }
 }
diff --git a/packages/aur.ini b/packages/aur.ini
index 811e200..d3fbb83 100644
--- a/packages/aur.ini
+++ b/packages/aur.ini
@@ -1,6 +1,6 @@
 cgit-pink = 87afbcd732af921d9127cbbbe4aeb8f823f72d97
-fw-ectool-git = r2762.39d64fb
-iceshrimp.net-git = v2024.1.alpha+33a3601
+fw-ectool-git = r2763.0ac6155
+iceshrimp.net-git = v2024.1.beta1.r2.g566b2e3
 
 ; searxng deps
 python-fasttext-predict = 043cd051e2e43ba72a9776745fde07bbb290d44a
diff --git a/packages/aur.py b/packages/aur.py
index 85658e1..4fdbcfc 100644
--- a/packages/aur.py
+++ b/packages/aur.py
@@ -93,7 +93,7 @@ for name, current in packages.items():
         print()
         if not check_continue():
             continue
-    run_check(["git", "checkout", origin], cwd=path)
+    run_check(["git", "checkout", "--force", origin], cwd=path)
     # check for new version
     run_check(["makepkg", "--noprepare", "--nobuild"], cwd=path)
     ver = None
diff --git a/packages/packages.inil b/packages/packages.inil
index f2d5e71..47ba630 100644
--- a/packages/packages.inil
+++ b/packages/packages.inil
@@ -28,15 +28,13 @@ zsh
 zsh-autosuggestions
 zsh-syntax-highlighting
 
-;neofetch
-
-libftdi ; missing dep of fw-ectool
+libftdi ; fw-ectool dep
+libvips ; iceshrimp.net dep
 
 [ignore]
 cgit-syntect
 cgit-syntect-bat
 dissociate
-withdrawal
 searxng
 
 ; aur