aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-12Fix some potential bugs in shell scriptsHEADmasterMarvin Borner
2024-11-03Add script to allow Github Actions CI/CD IP addresses in iptablesLukas Oertel
2023-02-12Fix links pointing to our DokuWikiLukas Oertel
2023-02-12ssh/fsi_hosts: Add internal IP addressesLukas Oertel
2023-02-10Add script for post-update commands for our BBB instanceLukas Oertel
2023-01-22scripts/hedgedoc-ldap_to_oauth2: InitLukas Oertel
2023-01-22Remove whitespace from previous commitLukas Oertel
bff3b4c9d4ea892ec1255dfe479b13b2fa5b0f92
2023-01-06Add script to get all active LDAP users as CSVLukas Oertel
2022-02-06Update SSH host key for kimLukas Oertel
2021-05-21Merge pull request #2 from Pfonks/masterLukas Oertel
Remove references to lea after decommissioning
2021-05-21Removed references to lea after decommissioningPfonks
2021-05-21Merge pull request #1 from Pfonks/patch-1Lukas Oertel
Remove lea from hosts because lea is the new hypervisor and SSH login is completely disabled for security reasons.
2021-05-21Removed lea from hostsMalte
2020-08-08scripts: Add github-get-top-orga-contributors.pyMichael Weiss
I wrote this a while ago out of curiosity.
2020-08-08ssh/fsi_hosts: Add the host key for ginaMichael Weiss
2020-08-08scripts/mailing-list-member-retirement: Add a short READMEMichael Weiss
2020-08-08scripts/mailing-list-member-retirement: Add a Bash script to find inactive ↵Michael Weiss
list members Might make sense to implement that part in Go as well, but that would make the binary less flexible (e.g. [0] for statistics). [0]: ./mailing-list-active-members -mbox fsi.mbox -since 2019-08-01 2> /dev/null | sort | uniq -c | sort -h
2020-08-08scripts/mailing-list-member-retirement: Add a flag to ignore mails before a ↵Michael Weiss
certain date
2020-08-08scripts/mailing-list-member-retirement: Improve the error messages and ↵Michael Weiss
simplify the handling
2020-08-08scripts/mailing-list-member-retirement: Add an initial PoCMichael Weiss
Can read fsi.mbox (228 MiB) but lacks features (e.g. limiting the parsing to messages of the past year) and it would be nice to indicate which messages couldn't be read. But it basically works :)
2020-02-14ssh/config: Use rsa-sha2-256 for our "git" hostMichael Weiss
Since ssh-rsa is based on SHA-1 (I wasn't aware of that :o) and will be deprecated (hopefully) soon [0]. [0]: https://www.openwall.com/lists/oss-security/2020/02/14/1
2020-02-02ssh/config: Add overrides for the hosts "git" and "luna"Michael Weiss
2020-02-02ssh/fsi_hosts: Add the host key for GiteaLukas Oertel
2019-10-09ssh/fsi-copy-id: Update the host listMichael Weiss
2019-10-09ssh/fsi_hosts: Add the host key for lunaMichael Weiss
2019-10-09ssh: Add a script fsi-run-everywhere (draft)Michael Weiss
2018-11-13ssh/fsi_hosts: Add the host key for trinityMichael Weiss
2018-11-13ssh/fsi_hosts: Add the public IP addressesMichael Weiss
2018-10-24ssh: Add a READMEMichael Weiss
2018-10-24ssh: Add the fsi-copy-id scriptMichael Weiss
Source: https://gist.githubusercontent.com/primeos/e368a0847cfaf06ffadf02d0cf898154/raw/34de60262116fb66b1ddb29fd23baebb86a4a344/fsi-copy-id
2018-10-24Add the CC0 licenseMichael Weiss
Source: https://choosealicense.com/licenses/cc0-1.0/ Original source: https://creativecommons.org/publicdomain/zero/1.0/legalcode Reason: "If you want to release your work to the public domain, we recommend you use CC0." (vs. The Unlicense or WTFPL Version 2) [0] [0]: https://directory.fsf.org/wiki/License:CC0
2018-10-24Add a READMEMichael Weiss
2018-10-24Add SSH configuration files (example)Michael Weiss