1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00
Commit graph

17 commits

Author SHA1 Message Date
kzndotsh
70a6f1fd77 chore(.gitignore): remove venv.bak/ and modify env.bak/ to .env.bak to correctly ignore backup environment files 2024-09-14 02:01:04 -04:00
kzndotsh
be0e1b2ded feat: add .env.dev.example and .env.prod.example files for better environment configuration
refactor: simplify .env.example by removing unnecessary variables and adding TUX_ENV variable
chore: update .gitignore to ignore new environment files
refactor: simplify settings.yml.example by removing unnecessary variables
2024-09-11 13:54:33 -04:00
kzndotsh
829762d8d1 chore: switch from JSON to YAML for configuration file
feat: add pyyaml to dependencies to parse YAML files
fix: remove unused LOG_CHANNELS constant from constants.py
refactor: add default values for environment variables in constants.py
feat: ignore YAML configuration file in .gitignore
refactor: delete unused JSON example configuration file
2024-08-22 01:44:00 +00:00
0x4248
64ad7a0e36 chore: add .DS_Store to .gitignore
Signed-off-by: 0x4248 <60709927+0x4248@users.noreply.github.com>
2024-08-15 09:43:39 +01:00
kzndotsh
ce1f1d28df chore(.gitignore): update and reorganize .gitignore file for better readability and maintainability
- Group related files and directories together
- Add comments for clarity
- Include new files and directories to be ignored
- Remove unnecessary entries
2024-08-08 04:05:47 +00:00
electron271
f323f1a35d
perm system part 1 2024-07-29 11:45:22 -05:00
yaboytabby
88668429d6 Added new commands 2024-05-06 18:41:31 -05:00
kzndotsh
669e31f4f4 chore(.gitignore): add github-private-key.pem to .gitignore to prevent accidental commit of private keys
refactor(pyproject.toml): replace pygithub with githubkit for better GitHub App authentication support
2024-04-18 07:04:39 +00:00
yaboytabby
97cb963db5 update purge.py 2024-04-01 17:20:22 -05:00
haie
001f6943ca add unban command, fixes for ban and kick
added the command to unban a banned user
and added the proper `reason` argument to both kick and ban
and also added .env.old to .gitignore
2024-03-31 02:20:06 +03:00
kzndotsh
6a2dbd7003 [Refactor] More major changes, replaced supabase client with prisma, added error handler concept 2024-03-28 01:20:05 -04:00
kzndotsh
d39034e25a [Deps][CI/CD][Docs] Minor updates and fixes 2024-03-26 17:36:26 -04:00
ExploitDemon
dc84c5bd9d ruff reformat 2024-01-08 12:40:56 -07:00
kaizen
f036db4b52 Add vscode to gitignore 2023-12-31 22:09:17 -05:00
kaizen
9801759116 [Fix] Manual merge of revise branch into main 2023-12-29 16:26:49 -05:00
jwe66
7aa6161594 [Tested][Feat] Working EventHandler with template event file. 2023-12-13 15:29:57 -05:00
kzndotsh
e530748cf0
Initial commit 2023-11-28 13:19:43 -05:00