Commit Graph

9 Commits

Author SHA1 Message Date
BBaoVanC 63818bd371
Change usage of str.format() to f-strings 2020-10-04 11:13:59 -05:00
BBaoVanC 46420eecda
Remove leftover debug print statements in configtest.py 2020-09-15 16:35:50 -05:00
BBaoVanC dd069bf395
Add newline after block comments at beginning 2020-09-06 15:24:20 -05:00
BBaoVanC 9d9b93a9ee
Add proper shebangs and block comments 2020-09-04 10:47:20 -05:00
BBaoVanC 565a91e4ec
Remove uploadkeys encryption features
It doesn't really make sense to encrypt the keys, but store the secret
literally in the same directory. uploadkeys will now be stored in
plaintext. The branch `legacy` has the old code from before this commit.
2020-09-03 21:44:58 -05:00
BBaoVanC a5a22b7c88
Remove UPLOADKEYS_CHMOD option due to keygen.py
Since keygen.py is run as root, uploadkeys is owned by root. This causes
issues when imgupload.py tries to chmod the uploadkeys file since it
doesn't have permissions to chmod it.
Solution: remove UPLOADKEYS_CHMOD option
2020-08-31 21:14:09 -05:00
BBaoVanC 797bebb1a1
Fix ENCKEY_PATH check in configtest.py 2020-08-31 20:29:07 -05:00
ItHertzSoGood 3d1304b3b0 added encryption to uploadkeys and added a key generator 2020-08-31 17:12:39 -07:00
BBaoVanC e6dcb814fb Added files (v0.1)
Added the Python files so now the repository actually has something.
This will probably become v0.1 without any changes.
2020-08-31 17:29:54 -05:00