Linus Sehn linus
linus pushed to master at fsfe-system-hackers/ansible-sshd 2025-06-17 06:09:50 +00:00
6888a00e46 remove banner
linus pushed to master at fsfe-system-hackers/ansible-unattended-upgrades 2025-06-15 08:29:06 +00:00
a16d03cc39 disable upgrade timer when upgrades are disabled
eb3461283d only apply upgrades when enabled
f5d2523cbb added ability to just download updates (and not apply them)
95f1b62df5 added timer functionality to control when updates are pulled
d3eeca8580 Add unattended_only_on_ac_power and install powermgmt-base (#76)
Compare 10 commits »
linus created branch master in fsfe-system-hackers/ansible-unattended-upgrades 2025-06-15 08:29:06 +00:00
linus pushed to master at fsfe-system-hackers/ansible-sshd 2025-06-15 08:25:47 +00:00
2e981ace0e remove issue.net ant motd
0db74476cc remove if-block in template
da9c0e9996 Make issue.net slightly nicer
30853a7c06 initial commit
linus created branch master in fsfe-system-hackers/ansible-sshd 2025-06-15 08:25:47 +00:00
linus pushed to master at fsfe-system-hackers/ansible-fail2ban 2025-06-15 08:24:10 +00:00
15c3415569 Thanks @gotmax23
c697e40133 Merge pull request #10 from gotmax23/patch-1
1540eb80ae Change /etc/fail2ban/fail2ban.conf to /etc/fail2ban/fail2ban.local
1562f08d35 Regernerate CI, fix molecule and tox.
72fdad164e Fedora 34 is here, test on Fedora 34 and Rawhide.
Compare 10 commits »
linus created branch master in fsfe-system-hackers/ansible-fail2ban 2025-06-15 08:24:09 +00:00
linus created repository fsfe-system-hackers/ansible-unattended-upgrades 2025-06-15 08:14:17 +00:00
linus created repository fsfe-system-hackers/ansible-sshd 2025-06-15 08:13:47 +00:00
linus created repository fsfe-system-hackers/ansible-fail2ban 2025-06-15 08:13:31 +00:00
linus pushed to main at TEDective/etl 2024-10-04 11:01:25 +00:00
e7fbef2be7 fix: ids in eforms
linus commented on issue TEDective/etl#39 2024-10-04 07:49:01 +00:00
Generate ID from name for eForms

supplier = ocds.Organization(
id = str(uuid.uuid4()),
roles={"supplier"}
)
supplier.name = name
supplier.identifier = identifier
supplier.address = address
supplier.contactPoint = contactPoint
supplier.details = details

linus opened issue TEDective/etl#39 2024-10-04 07:44:30 +00:00
Generate ID from name for eForms
linus pushed to main at TEDective/infra 2024-08-14 07:27:38 +00:00
675b5eedd1 chore: update
ff2318381b fix: add env var to api systemd service config
Compare 2 commits »
linus pushed to main at TEDective/ui 2024-06-17 19:19:17 +00:00
c588951ff4 fix: change inital org ID
linus pushed to main at TEDective/api 2024-06-17 19:10:59 +00:00
dc7d0982b2 fix: set default start_date and end_date for graph query
linus pushed to main at TEDective/ui 2024-06-17 19:00:18 +00:00
48ccf69adf Merge pull request 'feat: adapted UI to allow date filtering' (#79) from feature/date-filter-adaptation into main
a281bbc7ff feat: adapted UI to allow date filtering
Compare 2 commits »
linus merged pull request TEDective/ui#79 2024-06-17 19:00:17 +00:00
feat: adapted UI to allow date filtering
linus pushed to main at TEDective/etl 2024-06-17 15:54:45 +00:00
c2a1b3e2f8 fix: make phone extraction more robust against missing values
linus pushed to main at TEDective/api 2024-06-17 15:44:27 +00:00
c8f0854146 fix: use ENVIRONMENT instead of IS_TEST