Commit graph

268 commits

Author SHA1 Message Date
1ca4e9c17a
PeerTube 6.0.3 2024-01-21 03:38:03 +00:00
f9748b3ec7
Change /srv/http/pages to /srv/http, don't automatically forward ports 4200-9
The first change doesn't require any manual intervention since /srv/http/pages is now symlinked to /srv/http. The purpose of it is just to make paths shorter, that's all.

I have several reasons for the second change, even though it may have been a useful feature:
- Security: Some programs use those ports by default and you don't want to accidentally expose them to the internet. If you want to run a program on exozyme and view it on your own computer, use SSH port forwarding instead.
- There was some weird DNS resolution problem with that config so I made it only listen to IPv4, which can cause problems since some programs only bind to IPv6.
- If you want to expose a program to the internet, you must use a Unix socket or socat. This feature was useful as a quick-and-dirty option, but socat is also just one command and doesn't require much more effort.
2024-01-20 16:01:08 +00:00
25b463ada1
Reformat x.conf 2024-01-20 03:32:24 +00:00
d6172c33c2
Merge pull request 'Proxying Through Nginx' (#23) from x/nginx:main into main
Reviewed-on: exozyme/nginx#23
2024-01-20 03:31:21 +00:00
x
4267f0ef03
Proxying Through Nginx
redlib, priviblur, memos, rss-bridge
2024-01-20 07:30:57 +05:30
0c08f30f8f
Enable HSTS for Nextcloud (it should be automatically enabled for all sites so idk why I have to do it manually for Nextcloud) 2024-01-12 23:21:01 +00:00
baf40d7694
Update nextcloud.conf to match upstream (https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html) 2024-01-12 18:06:27 +00:00
1c88742815
Add calibre-web.conf with 200M upload limit 2024-01-12 17:55:07 +00:00
7c95638d93
Oops forgot to add ta180m.conf 2024-01-11 19:43:13 +00:00
e6731d996e
Rename redirect.conf to ta180m.conf 2024-01-11 18:31:02 +00:00
21303cfea0
Move SSL stuff to /etc/nginx/nginx.conf 2024-01-11 18:25:56 +00:00
1b30fed65f
Improve SSL config 2024-01-11 17:43:59 +00:00
f6322e183d
Merge pull request 'Updated nvpie config for websockets' (#22) from nvpie/nginx:main into main
Reviewed-on: exozyme/nginx#22
2023-12-29 15:48:49 +00:00
bfce841044
Updated nvpie config for websockets 2023-12-29 11:23:34 +00:00
af75fb68a7
Fix typo in PeerTube client path 2023-12-28 16:18:10 +00:00
e5ba1ce1df
PeerTube 6.0.0 updates 2023-12-24 00:28:14 +00:00
eb1da632fb
Remove Websockets proxying for iacore.conf 2023-12-21 22:01:02 +00:00
4cce3721b2
Uncomment commented stuff in iacore.conf 2023-12-21 19:19:54 +00:00
184b931fd0 Update iacore.conf 2023-12-20 14:10:25 +00:00
05126f565b
Merge pull request 'modify iacore.conf: try minimal config' (#21) from patch-3 into main
Reviewed-on: exozyme/nginx#21
2023-12-20 12:40:35 +00:00
Locria Cyber
c71ee472ae
modify iacore.conf: try minimal config 2023-12-20 12:40:02 +00:00
8383e4eb10
Merge pull request 'Add iacore.conf' (#20) from patch-3 into main
Reviewed-on: exozyme/nginx#20
2023-12-19 23:19:58 +00:00
Locria Cyber
c82031450c
Add iacore.conf 2023-12-19 23:18:09 +00:00
8712f423cb
Revert "Revert "Revert "Add drgns-space.conf"""
This reverts commit 63914e5d7f.
2023-12-16 21:08:25 +00:00
d798a49551
Use same TLS cert for all mdwalters.exozy.me subdomains 2023-11-28 01:32:15 +00:00
c2fb98cd29 Merge pull request 'Add Git instance for mdwalters.conf' (#18) from mdwalters/nginx:main into main
Reviewed-on: exozyme/nginx#18
2023-11-28 01:24:40 +00:00
66ee1ba697
Add Git instance 2023-11-27 20:08:30 -05:00
e1ae9e4a8a
Fix typo, reformat drgns-space.conf 2023-11-16 15:06:43 +00:00
63914e5d7f
Revert "Revert "Add drgns-space.conf""
This reverts commit 60014a661f.
2023-11-16 15:05:46 +00:00
cba3cc387f
Use single cert for both xtexx.eu.org and blog.xtexx.eu.org 2023-11-16 02:24:46 +00:00
47967fd747
Use one TLS cert for all meower.mdwalters.exozy.me subdomains, reformat file 2023-11-16 02:18:47 +00:00
1652642e12 Merge pull request 'Separate endpoints in mdwalters.conf' (#16) from mdwalters/nginx:main into main
Reviewed-on: exozyme/nginx#16
2023-11-16 02:16:19 +00:00
60014a661f
Revert "Add drgns-space.conf"
This reverts commit 02f764b5a5.

Oops, merged this too soon, since I'm unable to generate the TLS certs since drgns.space's DNS records aren't set up properly
2023-11-16 02:13:46 +00:00
127c8f5ecb
Merge pull request 'Add drgns-space.conf' (#17) from dragongoose/nginx:main into main
Reviewed-on: exozyme/nginx#17
Reviewed-by: Anthony Wang <a@noreply.git.exozy.me>
2023-11-16 02:09:08 +00:00
02f764b5a5
Add drgns-space.conf
give temporary message while drgns.space is down :(
2023-11-16 01:46:04 +00:00
Max
e66063fae3 Update mdwalters.conf 2023-11-16 00:55:49 +00:00
Max
c5a78986ac Separate endpoints in mdwalters.conf 2023-11-16 00:55:03 +00:00
866325e088
Fix typos, properly proxy WebSockets, format mdwalters.conf 2023-11-15 22:06:50 +00:00
b5cd8cfd6d Merge pull request 'Add my personal configurations' (#15) from mdwalters/nginx:main into main
Reviewed-on: exozyme/nginx#15
2023-11-15 21:59:16 +00:00
Max
d1c2e9470d Update mdwalters.conf 2023-11-15 20:30:22 +00:00
Max
f4075ccb1a Update mdwalters.conf 2023-11-15 19:20:41 +00:00
Max
ce158df2da feat: add meower line 2023-11-15 17:25:20 +00:00
Max
f2442f0a08 fix: use the other template 2023-11-15 12:58:45 +00:00
Max
f4438b09a8 feat: add config files for mdwalters 2023-11-15 01:34:13 +00:00
23732b339a
Update mastodon.conf with v4.2.0 stuff 2023-09-21 16:55:39 +00:00
00fc2e086f
Delete iacore.conf because www.1a-insec.net is now being served by pages.sr.ht 2023-09-04 17:59:36 +00:00
93c6f888dc
Merge pull request 'Fix UNIX domain socket for xtex.conf' (#14) from xtex/nginx:xtex/fix-uds into main
Reviewed-on: exozyme/nginx#14
2023-09-03 14:34:06 +00:00
956cb33b26
Remove .sock suffix for xtex.conf 2023-09-03 12:43:37 +08:00
ce94ff3f6b
Fix UNIX domain socket for xtex.conf
I also changed the permission of the sockets to 0777.
Now it should be working.
srwxrwxrwx  1 xtex          http             0 Sep  3 00:09 xtexblog.sock=
srwxrwxrwx  1 xtex          http             0 Sep  3 00:09 xtexhome.sock=
Sorry for my mistakes
2023-09-03 08:11:14 +08:00
96ed6d7bdf
Wrap proxy_pass stuff in a location / block for xtex.conf 2023-09-02 19:20:23 +00:00