I know enough to break my XMPP service but not enough to fix it. Fucking everything up trying to successfully reverse proxy everything through Nginx……
Conversation
Notices
-
Embed this notice
👺防空識別區👹 (adiz@mtl.jinxian.casa)'s status on Saturday, 03-May-2025 20:23:56 JST 👺防空識別區👹
-
Embed this notice
✙ dcc :pedomustdie: :phear_slackware: (dcc@annihilation.social)'s status on Saturday, 03-May-2025 20:23:55 JST ✙ dcc :pedomustdie: :phear_slackware:
@adiz >Nginx
Just werks on apache -
Embed this notice
✙ dcc :pedomustdie: :phear_slackware: (dcc@annihilation.social)'s status on Saturday, 03-May-2025 20:57:24 JST ✙ dcc :pedomustdie: :phear_slackware:
@adiz Still don't know why your trying to reverse proxy xmpp, you have to have open ports. Its like email. -
Embed this notice
👺防空識別區👹 (adiz@mtl.jinxian.casa)'s status on Saturday, 03-May-2025 20:57:26 JST 👺防空識別區👹
@dcc I've never used Apache and probably never will. 🤷
-
Embed this notice
✙ dcc :pedomustdie: :phear_slackware: (dcc@annihilation.social)'s status on Saturday, 03-May-2025 21:15:54 JST ✙ dcc :pedomustdie: :phear_slackware:
@adiz Yea the file needs to be going through a port, not revese proxe'd (you have to do some anoying config stuff if you really want that) -
Embed this notice
👺防空識別區👹 (adiz@mtl.jinxian.casa)'s status on Saturday, 03-May-2025 21:15:55 JST 👺防空識別區👹
@dcc Mostly our http_file_share so that it goes through Nginx and exposes the URL like domain.tld/file_share/file vs. share.domain.tld:5281/file_share/file.
-
Embed this notice
(mint@ryona.agency)'s status on Saturday, 03-May-2025 21:25:01 JST
@dcc @adiz ejabberd.yml:
modules:
mod_http_upload:
host: "upload.xmchuntpiss.gov"
access:
- allow: local
- allow: loopback
docroot: "/var/jabber/upload"
max_size: 20971520
put_url: "https://upload.xmchuntpiss.gov/media"
get_url: "https://upload.xmchuntpiss.gov/media"
thumbnail: true
custom_headers:
"Access-Control-Allow-Origin": "https://lounge.death.social"
"Access-Control-Allow-Methods": "GET,HEAD,PUT,OPTIONS"
"Access-Control-Allow-Headers": "Content-Type"
Then do the basic reverse proxy setup to ejabberd_http module's port in nginx.✙ dcc :pedomustdie: :phear_slackware: likes this. -
Embed this notice
✙ dcc :pedomustdie: :phear_slackware: (dcc@annihilation.social)'s status on Saturday, 03-May-2025 21:42:05 JST ✙ dcc :pedomustdie: :phear_slackware:
@mint @adiz Yea In conversation permalink -
Embed this notice
👺防空識別區👹 (adiz@mtl.jinxian.casa)'s status on Saturday, 03-May-2025 23:13:10 JST 👺防空識別區👹
@mint We're running Prosody. But, I appreciate the snippet regardless. @dcc
In conversation permalink likes this.
-
Embed this notice