Commit Graph
8 Commits
Author SHA1 Message Date
bbaovanc 8a95dbb0fa Remove trailing whitespace from lines 2020-08-31 23:09:39 -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 7ccaafc6c6 Bugfixes in keygen.py
- Handle if uploadkeys becomes corrupted
- Disambiguate variable names
- Handle case where the uploadkeys file doesn't already exist
2020-08-31 20:32:00 -05:00
bbaovanc 797bebb1a1 Fix ENCKEY_PATH check in configtest.py 2020-08-31 20:29:07 -05:00
bbaovanc 4b624f3fed Ignore settings.py and add settings.py.default 2020-08-31 18:48:22 -05: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
bbaovanc e6c9b48cc7 Add "Use at your own risk!" warning to README.md
The project is still in heavy development, so there is no guarantee that
it's bug free.
2020-08-31 17:19:08 -05:00
bbaovancandGitHub bcd8ecff58 Initial commit 2020-08-31 16:43:58 -05:00