Commit graph

51 commits

Author SHA1 Message Date
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
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
d7e4151476
Use new http2 on; directive to enable HTTP/2 in /etc/nginx/nginx.conf instead of in individual conf files 2023-07-06 14:48:08 +00:00
bdd9c3f916
Discontinue the exozyme API 2022-06-25 18:35:29 -05:00
1d4dc49de8
Serve exozy.me files without html extension 2022-05-27 14:29:55 -05:00
001773e9ab
Revert "Redirect broken Don't Use Discord link"
This reverts commit 0c32cb11f9.
2022-04-10 21:52:24 -05:00
0c32cb11f9
Redirect broken Don't Use Discord link 2022-04-01 08:23:43 -05:00
635f84ddb0
Rename exozyme API from /new/ to /api/ 2022-02-02 18:17:07 -06:00
5968f4b3ca
Remove old howtuwu config 2022-01-17 16:43:29 -06:00
2036b06969
Move registration server port to 1337 2022-01-16 16:34:36 -06:00
ee312de113
Remove old exopages config 2022-01-16 16:33:05 -06:00
26325e1218
Move SSL configurtion to a separate file 2022-01-04 09:11:56 -06:00
0f9e128aaf
Set exozyme home page as default server 2021-12-26 21:17:12 -06:00
926478a379
Configure Synapse .well-known client delegation 2021-12-05 11:47:29 -06:00
42dab4d9b3
Harden SSL configs 2021-11-24 22:08:25 -06:00
995a082c88
Clean up configs and remove unneeded 80 blocks 2021-11-24 21:12:17 -06:00
63f1786fd3
Replace 127.0.0.1 with localhost 2021-11-24 20:11:03 -06:00
434d521312
Host exodesk on hub.exozy.me as well 2021-11-22 20:21:13 -06:00
a0f6c955c6
Fix howtuwu path 2021-11-05 20:23:19 -05:00
27ed5e2410
Move exozyme directory to a new location 2021-10-30 17:54:02 -05:00
Anthony Wang
bbbc614526 Remove old noVNC configs 2021-09-06 21:34:41 -05:00
3fe06cc9ba
Use port 443 instead of 8448 for Matrix federation 2021-08-24 20:57:20 -05:00
50764a21c2
Try to fix path traversal via misconfigured alias 2021-08-06 11:02:56 -05:00
29f18b2f30
Typo 2021-08-06 10:56:38 -05:00
b63589f10c
Fix path traversal via misconfigured alias 2021-08-06 10:55:00 -05:00
bff7158efa
Remove keycloak 2021-08-05 22:42:35 -05:00
46841db7ed
Reformat configs 2021-08-02 10:05:27 -05:00
ed4286bc28
Move Keycloak config to main domain 2021-07-24 15:35:25 -05:00
9394e0502f
Readd Mastodon redirect 2021-07-23 21:03:44 -05:00
824b73771d
Finally got it to work 2021-07-20 16:51:12 +00:00
8c75c139f1
Try using try_files 2021-07-20 16:42:29 +00:00
1f4b0fe8f2
Try to get it to work 2021-07-20 16:34:30 +00:00
8702f5753e
Update exozyme.conf 2021-07-20 16:30:38 +00:00
8ea195ba57
Update exozyme.conf 2021-07-20 16:20:32 +00:00
4c64f05c0f
Fix regex for exozyme pages 2021-07-20 16:16:21 +00:00
aad540270c
Debugging 2021-07-20 16:14:50 +00:00
d124cc94c7
Update exozyme.conf 2021-07-20 16:10:27 +00:00
9396a10ddc
Update exozyme.conf 2021-07-20 16:07:14 +00:00
27bb612fb4
Update exozyme.conf 2021-07-20 15:57:18 +00:00
5222ecfb6c
Update exozyme.conf 2021-07-20 15:54:24 +00:00
e4f6ef63e2
Update path 2021-07-16 01:48:48 +00:00
b878bcfcb4
Actually fix link 2021-07-15 17:06:17 +00:00
3a042bf9d7
Update exozyme.conf 2021-07-15 17:05:16 +00:00
4242d222a2
Update exozyme.conf 2021-07-15 17:03:10 +00:00
6e9985c82c
Update exozyme.conf 2021-07-14 02:48:22 +00:00
79d7908b06
Update exozyme.conf 2021-07-14 02:35:06 +00:00
1d26a43b34
Move vnc stuff to root domain 2021-06-21 22:08:34 -05:00
f96d3d1af7
Preliminary ipv6 support 2021-06-16 22:15:07 -05:00
e809b37e9f
Format config files 2021-05-24 22:24:31 -05:00