Evilham evilham
evilham commented on issue exo/prometheus-adlermanager#3 2023-12-09 00:45:39 +01:00
privacy badger: proposal to remove potential trackers

7137569a3c

This commit might help detect this class of issues in the future.

evilham pushed to main at exo/prometheus-adlermanager 2023-12-09 00:44:48 +01:00
7137569a3c UX: print Config when starting
d1a287bdfb README: fix minor typo
Compare 2 commits »
evilham commented on issue exo/prometheus-adlermanager#11 2023-12-09 00:34:15 +01:00
ssh: forbid enter users without any site allowed

Probably the place to try to do something like this would be the authentication, by the time we make it to the Protocol (where you are), it is already too late, the session was established.

It…

evilham pushed to main at exo/prometheus-adlermanager 2023-12-09 00:17:13 +01:00
7ca180c13e Fix typo introduced in !5 and add more env vars
evilham closed issue exo/prometheus-adlermanager#13 2023-12-09 00:17:13 +01:00
errors in current config
evilham commented on issue exo/prometheus-adlermanager#3 2023-12-09 00:14:38 +01:00
privacy badger: proposal to remove potential trackers

Don't make the mistake of assuming ill intent when a bug, different priorities or lack of resources can better fit.

dotenv.example is automatically generated from Config.py, and the path…

evilham commented on issue exo/prometheus-adlermanager#11 2023-12-08 00:47:51 +01:00
ssh: forbid enter users without any site allowed

Nope, that's not how it works.

An single installation can have multiple sites, some even sharing ssh_users.

If there is a public key in SSH_KEYS_DIR/users/USER.key, that public key is…

evilham commented on pull request exo/prometheus-adlermanager#5 2023-12-08 00:39:36 +01:00
README.md: add dev env instructions

Different issue if it's a bug (Kind/Bug tag) :-).

evilham deleted branch dev-env-update from exo/prometheus-adlermanager 2023-12-08 00:39:05 +01:00
evilham merged pull request exo/prometheus-adlermanager#5 2023-12-08 00:39:04 +01:00
README.md: add dev env instructions
evilham closed issue exo/prometheus-adlermanager#8 2023-12-08 00:39:04 +01:00
deployment docs
evilham pushed to main at exo/prometheus-adlermanager 2023-12-08 00:39:04 +01:00
7ba5cc1ce8 Merge pull request 'README.md: add dev env instructions' (#5) from dev-env-update into main
b8c81cdb61 Documentation: add dotenv.example and better instructions
8500bca052 README.md: add dev env instructions
Compare 3 commits »
evilham pushed to dev-env-update at exo/prometheus-adlermanager 2023-12-08 00:36:02 +01:00
b8c81cdb61 Documentation: add dotenv.example and better instructions
evilham pushed to dev-env-update at exo/prometheus-adlermanager 2023-12-08 00:32:57 +01:00
f71957f6f6 Documentation: add dotenv.example and better instructions
8500bca052 README.md: add dev env instructions
3f6b5d95f5 Merge pull request 'ssh: bugfix to avoid terminal clear when login' (#7) from bugfix-terminal-reset into main
d5e26bceef linters: Fix minor issues detected on CI for MR
3eed68d173 ssh: bugfix to avoid terminal clear when login
Compare 6 commits »
evilham deleted branch bugfix-terminal-reset from exo/prometheus-adlermanager 2023-12-07 22:03:58 +01:00
evilham closed issue exo/prometheus-adlermanager#6 2023-12-07 22:03:57 +01:00
ssh: login produces a clear terminal command
evilham merged pull request exo/prometheus-adlermanager#7 2023-12-07 22:03:57 +01:00
ssh: bugfix to avoid terminal clear when login
evilham pushed to main at exo/prometheus-adlermanager 2023-12-07 22:03:57 +01:00
3f6b5d95f5 Merge pull request 'ssh: bugfix to avoid terminal clear when login' (#7) from bugfix-terminal-reset into main
d5e26bceef linters: Fix minor issues detected on CI for MR
3eed68d173 ssh: bugfix to avoid terminal clear when login
b99e5740a3 ssh: bugfix to avoid terminal clear when login
Compare 4 commits »
evilham closed issue exo/prometheus-adlermanager#6 2023-12-07 22:03:57 +01:00
ssh: login produces a clear terminal command