Matthew Lopez
14be37dbe1
Add Splatoon Postgres URI
2024-11-07 16:44:59 -05:00
Joshua Peisach
59c5a34dbb
Add pikmin 3 env files to scripts
2024-08-01 09:04:52 -04:00
redmine4404
71dde0bab2
maede some adjust for the PR review
2024-07-30 15:16:07 +02:00
redmine4404
ed0d84fffc
add minecraft server to the docs
2024-07-28 17:55:14 +02:00
redmine4404
d164320977
Add Minecraft Server
...
Added the NEX minecraft for wiiu server.
2024-07-28 16:59:05 +02:00
Matthew Lopez
a894f72c09
Create empty local.env files before running docker compose down
...
Fixes #91
2024-07-15 14:38:13 -04:00
Matthew Lopez
6a13b4c8bf
Fix setup on macOS
2024-07-10 16:50:07 -04:00
Akatsuki Levi
31727f4bf5
chore: General fixes from the PR review
2024-07-01 00:06:49 -03:00
Akatsuki Levi
e75e29311b
feat: Changed to the Ashquarky's Splatoon server
2024-06-30 20:18:11 -03:00
Akatsuki Levi
58a76230df
feat: Progress to add Splatoon servers
2024-06-30 20:17:40 -03:00
Matthew Lopez
bf8ae18400
Switch Friends to nex-go-rewrite branch
2024-06-26 16:13:10 -04:00
Matthew Lopez
1307fab457
Reduce non-verbose output in the scripts
2024-05-23 22:33:45 -04:00
Matthew Lopez
e434511155
Switch from environment/server.local.env to a global .env file
2024-05-10 20:54:52 -04:00
Matthew Lopez
c52a802b7d
Fix regression in checking whether local environment files exist
2024-05-10 17:42:16 -04:00
Matthew Lopez
05a67989cd
Rewrite scripts and improve user-friendliness
...
- Update all of the scripts to use Bash instead of sh so I can use arrays and other bashisms
- Create a complete Bash option parsing framework to replace function-lib.sh
- Rewrite all of the scripts to use this framework
- General script user-friendliness improvements, including loading existing environment variables by default instead of always requiring them to be specified
2024-05-10 17:22:25 -04:00
Matthew Lopez
e2a5761e53
Update BOSS submodule and configure connection to friends
2024-05-06 19:34:27 -04:00
Matthew Lopez
826c52d706
Create internal directory for scripts
2024-05-03 13:17:36 +00:00
Matthew Lopez
41bfc9cd3f
Create WIP Super Mario Maker server configuration
2024-02-22 15:27:30 -05:00
Matthew Lopez
8f191df06b
Load the account server datastore signature secret from an environment variable
...
This removes the only uses of the certs directory in the account server.
2024-02-22 13:06:04 -05:00
Matthew Lopez
c187628af4
Fix mongo-express and disable unnecessary authentication
2024-01-08 21:45:00 -05:00
Matthew Lopez
9512868f98
Make hashbangs and readme consistent
2024-01-08 13:07:34 -05:00
Matthew Lopez
01223f5f9a
Remove firstrun logic because it is handled in the main setup script
2023-12-31 14:05:54 -05:00
Matthew Lopez
7400e68bff
Somehow generate_hex was broken this entire time and I didn't notice
2023-12-31 14:03:16 -05:00
Matthew Lopez
4265f87dff
Document the BOSS key dumping
2023-12-29 15:56:05 -05:00
Matthew Lopez
b812d13e5b
Revert "Fix the CI tests"
...
This reverts commit 125a28d33e .
2023-12-29 15:20:20 -05:00
Matthew Lopez
125a28d33e
Fix the CI tests
2023-12-29 13:29:17 -05:00
Matthew Lopez
2cfca4b023
Set up the BOSS server
2023-12-29 13:19:39 -05:00
Matthew Lopez
f49030cc64
Add 3DS setup instructions
2023-12-28 19:09:44 -05:00
Matthew Lopez
d877efc842
Try to fix the password generation functions hanging
2023-12-26 19:19:42 -05:00
Matthew Lopez
1d094276d1
Add secrets file to environment setup
2023-12-26 14:12:45 -05:00
Matthew Lopez
8699f07763
Add fancy terminal styling to the scripts
2023-12-26 11:53:26 -05:00
Matthew Lopez
0bac0bbc13
Update and rename scripts to be more user-friendly
2023-12-23 23:17:58 -05:00
Matthew Lopez
3948c01fb4
Attempt to get the Wii U to connect to nginx directly
...
It doesn't work for some reason, even though TLSv1.0 is enabled in nginx.
2023-12-22 20:45:33 -05:00
Matthew Lopez
4813e74e2b
Set up Juxtaposition servers!
2023-12-21 17:05:42 -05:00
Matthew Lopez
45f97d971e
Set up the Wii U Chat server
...
There seems to be a problem with the compatability of the authentication and secure servers.
2023-12-20 22:20:51 -05:00
Matthew Lopez
bd70c14a9e
Minor environment script updates
2023-12-20 22:05:08 -05:00
Matthew Lopez
0e2e1e7a60
Update server creation script to stop duplicates
2023-12-20 18:21:46 -05:00
Matthew Lopez
8237dc90e9
Run setup scripts after environment setup
2023-12-20 18:14:01 -05:00
Matthew Lopez
8d029058e2
Use a better password generation in the environment setup
...
Having a "/" character in the passwords was causing problems.
2023-12-20 17:54:55 -05:00
Matthew Lopez
a68f4b1f9d
Don't change the Postgres password if it's already set up
2023-12-20 16:56:46 -05:00
Matthew Lopez
a44669d5c4
Set up Friend List server!
2023-12-20 16:15:57 -05:00
Matthew Lopez
7eb5108a47
Set up Postgres server for friends
2023-12-20 12:53:29 -05:00
Matthew Lopez
840bacedc4
Set up mongo-express for administration
2023-12-20 11:46:19 -05:00
Matthew Lopez
5196fe115f
Stop randomly generating the minio root username
2023-12-20 11:23:57 -05:00
Matthew Lopez
3e8632e802
Add Wii U IP to environment setup
2023-12-19 13:29:31 -05:00
Matthew Lopez
9842d9b773
Create setup scripts for containers
2023-12-19 11:41:29 -05:00
Matthew Lopez
79a8b81bab
Start setting up the account server
...
This is about the minimum required to make the account server start. It doesn't fully work yet.
2023-12-17 14:39:20 -05:00