|
26a83ae2ab
|
Add joy2key and joystick
|
2020-05-02 10:21:44 -05:00 |
|
|
ef516aca30
|
Or I guess we just need an operator, whatever
|
2020-05-02 05:58:15 -05:00 |
|
|
44ac75ba88
|
Fix unquoted string literal
|
2020-05-02 05:57:04 -05:00 |
|
|
433ebb900f
|
Install Piper on focal
|
2020-05-02 05:55:40 -05:00 |
|
|
9d35fcac96
|
Add README
It's trash
|
2020-05-02 05:15:44 -05:00 |
|
|
fb941e4297
|
Don't install ricing packages that don't exist
|
2020-05-02 05:13:16 -05:00 |
|
|
006f8759fe
|
Give less of a shit about which version of PHP we install on our desktop
|
2020-05-02 05:00:31 -05:00 |
|
|
533406d69a
|
Remove pip2
Kinda never needed it anyway
|
2020-05-02 04:54:14 -05:00 |
|
|
8b58b1fe24
|
Install Zoom
[shudders]
|
2020-05-02 04:24:23 -05:00 |
|
|
d43a91c04c
|
Remove some unwanted applications on desktop role
|
2020-05-02 04:18:47 -05:00 |
|
|
770a6a1258
|
Turn off password requirements
|
2020-05-01 14:59:10 -05:00 |
|
|
47697494be
|
Deploy Minecraft after core services
|
2020-05-01 14:17:28 -05:00 |
|
|
11e382c6a6
|
Ensure we deploy Gitea before anything else
Would be kind of embarassing if a later role got caught because it tried to access a git repo that didn't exist
|
2020-05-01 14:10:12 -05:00 |
|
|
3dab9e3929
|
Move Gitea to our main instance
|
2020-05-01 14:01:58 -05:00 |
|
|
18d4ea0b09
|
Clean up our Gitea role a little bit
|
2020-05-01 14:01:53 -05:00 |
|
|
add7926db5
|
Update links across the board to point to git.9iron
|
2020-04-30 13:26:16 -05:00 |
|
|
988246ac66
|
Fix not including tasks to add user
|
2020-04-30 13:08:15 -05:00 |
|
|
30bed76efe
|
Fix keeping a ton of json in key variables
|
2020-04-30 12:44:26 -05:00 |
|
|
67f636129c
|
Rewrite app.ini based on pregenerated one
The one on the wiki is ass and misses a couple keys that HAVE to be generated
This fixes me not being able to upload with SSH
|
2020-04-30 12:33:04 -05:00 |
|
|
75f5e0c46c
|
Fix botched quotes in MySQL query
|
2020-04-30 12:08:21 -05:00 |
|
|
21d3d8c410
|
Move add user task to an import_tasks task so that we can actually notify it, use systemd daemon reloads in a copuple places
|
2020-04-30 11:54:27 -05:00 |
|
|
ab51654a1b
|
Gotta rice those repos boys
|
2020-04-30 11:33:36 -05:00 |
|
|
b491397580
|
Enable creating repos through push
|
2020-04-30 10:57:58 -05:00 |
|
|
e4eabcb32e
|
Enable cache, correct deployment profile
|
2020-04-30 10:47:55 -05:00 |
|
|
347db1aba4
|
Correct ROOT_URL for Gitea
|
2020-04-30 09:28:49 -05:00 |
|
|
a1d8a578b6
|
Fix Gitea always being on localhost instead of its own fucking domain
|
2020-04-30 08:40:04 -05:00 |
|
|
f4568e7e49
|
Remove pymysql
Keeps getting auth errors because it's bad or whatever
|
2020-04-30 08:32:14 -05:00 |
|
|
2d9dd4a9a7
|
Simplify root password assignment for MySQL
|
2020-04-30 08:29:24 -05:00 |
|
|
4c1cf35afa
|
Turns out mysql_query is in devel lol
|
2020-04-30 08:16:59 -05:00 |
|
|
a60dbf5062
|
REALLY fix syntax errors
|
2020-04-30 08:11:55 -05:00 |
|
|
e3509c0d6c
|
Really fix syntax errors
|
2020-04-30 08:11:33 -05:00 |
|
|
72e5cbe090
|
Fix syntax errors
|
2020-04-30 08:11:03 -05:00 |
|
|
f68c64e467
|
Fix gitea user not having a shell
|
2020-04-30 08:10:02 -05:00 |
|
|
0d8f6f4a97
|
Use MySQL query to promote new user to admin
Because that doesn't happen by default
|
2020-04-30 07:56:36 -05:00 |
|
|
bd38470bde
|
Disable registration by default
|
2020-04-30 07:38:54 -05:00 |
|
|
0ce93e0391
|
Small fixes in vhost
|
2020-04-30 07:38:06 -05:00 |
|
|
30041d16e1
|
Shoooould be the last thing we need to configure
|
2020-04-30 07:26:03 -05:00 |
|
|
04cc076d5c
|
Create webroot so Apache stops complaining
|
2020-04-30 07:20:04 -05:00 |
|
|
a7f2afd43a
|
Add default user if we're generating a DB
|
2020-04-30 07:07:18 -05:00 |
|
|
2b1ed0daf1
|
Revert "Add Gitea default user if and only if we don't have any users"
This reverts commit aa11c3378b .
Turns out I don't have that module, nor do I care to patch my
environment.
|
2020-04-30 07:05:28 -05:00 |
|
|
aa11c3378b
|
Add Gitea default user if and only if we don't have any users
|
2020-04-30 07:03:52 -05:00 |
|
|
9553987cc7
|
Fuck it we're disabling redis
Just want this thing online
|
2020-04-30 06:50:43 -05:00 |
|
|
798cb2e57d
|
Maybe finally fix passwordless redis
|
2020-04-30 06:45:13 -05:00 |
|
|
d4e4c53b00
|
Restart Gitea if service changes
|
2020-04-30 06:45:04 -05:00 |
|
|
70503185cd
|
Configure Gitea and open up Redis
|
2020-04-30 06:32:19 -05:00 |
|
|
0e9b43438b
|
Add the right module
|
2020-04-30 06:21:25 -05:00 |
|
|
4117fef790
|
Add our handler under the right name
|
2020-04-30 06:05:54 -05:00 |
|
|
90e1dbea28
|
Why am I trying to write to etc as git?
|
2020-04-30 06:01:59 -05:00 |
|
|
181f8835e2
|
Use handler so that we actually have a users table when we go to add the admin
|
2020-04-30 05:59:10 -05:00 |
|
|
35138d98e1
|
Actually use internal token
|
2020-04-30 05:53:16 -05:00 |
|