repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
573e8a5
parent
d1895d2
author
Antonio Mika
date
2024-01-18 18:47:20 +0000 UTC
Use new httpmux config option and explicitly set max users
1 files changed,  +2, -1
M bouncer/soju.config
+2, -1
 1@@ -1,5 +1,5 @@
 2 listen ircs://0.0.0.0:6697
 3-listen wss://0.0.0.0:8080
 4+listen https://0.0.0.0:8080
 5 listen ident://0.0.0.0:113
 6 listen http+prometheus://localhost:9000
 7 tls /certs/irc.pico.sh/fullchain.pem /certs/irc.pico.sh/key.pem
 8@@ -9,3 +9,4 @@ db sqlite3 /app/db/soju-main.db
 9 message-store db
10 auth oauth2 https://auth.pico.sh
11 enable-user-on-auth true
12+max-user-networks -1