• Joined on 2018-10-28
k3nny pushed to master at k3nny/TISbackup 2025-10-05 23:56:27 +02:00
1cb731cbdb refactor(drivers): organize backup modules into drivers subfolder
k3nny pushed to master at k3nny/TISbackup 2025-10-05 21:19:01 +02:00
38a0d788d4 feat(auth): install all authentication providers by default
k3nny pushed to master at k3nny/TISbackup 2025-10-05 21:06:05 +02:00
12f35934a9 docs: add comprehensive security and authentication documentation
e6ee91babf feat(auth): enable Basic Auth as default authentication method
f12d89f3da feat(auth): add pluggable authentication system for Flask routes
d130ba2a11 docs: comprehensive README rewrite with security improvements
2533b56549 feat(security): modernize SSH key algorithm support with Ed25519
Compare 7 commits »
k3nny pushed to master at k3nny/TISbackup 2025-10-05 02:37:33 +02:00
3918a74963 docs: add comprehensive security and authentication documentation
84b718e625 feat(auth): enable Basic Auth as default authentication method
a768d95ed3 feat(auth): add pluggable authentication system for Flask routes
b65b7bcd0a docs: comprehensive README rewrite with security improvements
99e3af3f30 feat(security): modernize SSH key algorithm support with Ed25519
Compare 7 commits »
k3nny pushed to master at k3nny/TISbackup 2025-04-19 00:04:41 +02:00
c586bd1817 Merge 'feat/refacto' (#1) into master
e823f65c3c fix(tisbackup): 🐛 remove excess uv/uvx
5c627f3a64 fix(tisbackup): 🐛 Dockerfile fix venv uv
7b6ce02a93 fix(tisbackup): 🐛 fix dockerignore pyproject.toml absent
e7d3e1140c fix(tisbackup): using uv is good in Dockerfile maybe
Compare 6 commits »
k3nny merged pull request k3nny/TISbackup#1 2025-04-19 00:04:40 +02:00
feat/refacto
k3nny created pull request k3nny/TISbackup#1 2025-04-19 00:03:38 +02:00
feat/refacto
k3nny pushed to feat/refacto at k3nny/TISbackup 2025-04-18 23:57:50 +02:00
e823f65c3c fix(tisbackup): 🐛 remove excess uv/uvx
k3nny pushed to feat/refacto at k3nny/TISbackup 2025-04-18 23:48:32 +02:00
5c627f3a64 fix(tisbackup): 🐛 Dockerfile fix venv uv
k3nny pushed to feat/refacto at k3nny/TISbackup 2025-04-18 23:36:35 +02:00
7b6ce02a93 fix(tisbackup): 🐛 fix dockerignore pyproject.toml absent
k3nny pushed to feat/refacto at k3nny/TISbackup 2025-04-18 23:32:26 +02:00
e7d3e1140c fix(tisbackup): using uv is good in Dockerfile maybe
6fe3eebf36 fix(tisbackup): using uv is good
Compare 2 commits »
k3nny created branch feat/refacto in k3nny/TISbackup 2025-04-15 21:58:59 +02:00
k3nny pushed to feat/refacto at k3nny/TISbackup 2025-04-15 21:58:59 +02:00
k3nny pushed to master at k3nny/TISbackup 2025-04-14 23:54:54 +02:00
79d15628bd fix(tisbackup): add elements to .dockerignore - bis
k3nny pushed to master at k3nny/TISbackup 2025-04-14 23:50:49 +02:00
3a4f3267eb fix(tisbackup): add elements to .dockerignore
k3nny pushed to master at k3nny/TISbackup 2025-04-14 23:46:00 +02:00
8761a04c40 fix(tisbackup): add .dockerignore
k3nny pushed to master at k3nny/TISbackup 2025-04-14 23:37:34 +02:00
586991bcf1 fix(tisbackup): fix iniparse wrong check
k3nny pushed to master at k3nny/TISbackup 2025-03-07 22:54:20 +01:00
ddb5f3716d Fix replace
k3nny pushed to master at k3nny/TISbackup 2025-03-07 22:51:29 +01:00
b805f8387e Fix re.compile / re.match warnings
k3nny pushed to master at k3nny/TISbackup 2025-03-07 22:24:39 +01:00
da50051a3f Python 3.13 + add nginx reverse-proxy