Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SSPS] Handle http-thriftHEADmaster | Simon Rettberg | 2024-10-22 | 1 | -0/+3 |
| | |||||
* | [SSPS] slx-cron: Run as www-data | Simon Rettberg | 2024-10-08 | 1 | -0/+1 |
| | |||||
* | [SSPS] slxadmin-cron: Write to stdout too now that it goes to journal | Simon Rettberg | 2024-10-08 | 1 | -0/+1 |
| | |||||
* | [SS?S] Include acme.sh and according intergration requirements | Simon Rettberg | 2024-10-08 | 2 | -0/+8043 |
| | |||||
* | [SS?S] Make slxadmin cron script triggered by systemd timer as well | Simon Rettberg | 2024-10-08 | 4 | -7/+18 |
| | |||||
* | [SS?S] Make slx-cert cronjob a systemd timer so we keep logs | Simon Rettberg | 2024-10-02 | 4 | -2/+17 |
| | |||||
* | [SS?S] slx-cert: More sanity checks, add a few comments | Simon Rettberg | 2024-10-02 | 1 | -31/+40 |
| | |||||
* | [SSPS] Update lighttpd.conf | Simon Rettberg | 2024-08-12 | 1 | -3/+2 |
| | |||||
* | [SSPS] Add missing SHIB constants to slx-admin config | Simon Rettberg | 2024-08-12 | 1 | -0/+4 |
| | |||||
* | [SSPS] Increase unattended-upgrade interval | Simon Rettberg | 2024-07-09 | 1 | -0/+3 |
| | |||||
* | [SSPS] slxadmin: Add timeout to php cron script | Simon Rettberg | 2024-07-03 | 1 | -1/+1 |
| | |||||
* | [SSPS] Order timesync before according targets | Simon Rettberg | 2024-07-03 | 1 | -0/+2 |
| | |||||
* | [shib_secondary] -/ | Simon Rettberg | 2024-06-10 | 1 | -2/+8 |
| | |||||
* | [SSPS] Add safety-fallback to dpkg hook | Simon Rettberg | 2024-04-30 | 1 | -1/+1 |
| | |||||
* | [SS?S] Add dpkg hook to restart java services on update | Simon Rettberg | 2024-04-30 | 3 | -0/+19 |
| | |||||
* | [SS?S] Split static_files/system into base and updates | Simon Rettberg | 2024-04-30 | 20 | -1/+2 |
| | | | | | | | | | | | | base is considered static, i.e. only copied once when *installing* a server, because they are config files the user/admin is expected to edit, or because they have to match the specific Debian release the installed server is based on, and thus should not - or only selectively - be replaced by the satellite updater. In other words, the system-updates module should be save to be copied over a running satellite server on update via "install_files", while files from system-base will only be updated selectively, if at all. | ||||
* | [SS*S] lighttpd: Don't try to use ssl.ca-file for certificate chain | Simon Rettberg | 2024-02-26 | 2 | -15/+3 |
| | |||||
* | [SSPS] Respect vimrc.local | Steffen Ritter | 2024-02-22 | 1 | -0/+3 |
| | | | | | | | | | Our settings in /etc/vimrc.local are overriden by defaults.vim, which is loaded afterwards if no ~/.vimrc is found. That at least sometimes enables mouse-mode which is shit. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864074 | ||||
* | [SS?S] Use correct tmate config file | Steffen Ritter | 2024-02-08 | 1 | -0/+0 |
| | |||||
* | [SSPS] Expand alias with sudo | Steffen Ritter | 2024-01-24 | 1 | -0/+2 |
| | |||||
* | [SSPS] firstrun: Fix delayed reboot | Steffen Ritter | 2024-01-17 | 1 | -1/+1 |
| | |||||
* | Try to harmonize wording + fix some typos | Steffen Ritter | 2023-12-22 | 5 | -8/+8 |
| | | | | | en: satellite server de: Satellitenserver | ||||
* | [SSPS] update taskmanager sudoers file | Simon Rettberg | 2023-12-19 | 1 | -1/+1 |
| | |||||
* | [SSPS] Remove call to non-existent function | Simon Rettberg | 2023-12-14 | 1 | -2/+0 |
| | |||||
* | [SSPS] firstrun: Ask user if they want to install unattended-upgrades | Simon Rettberg | 2023-12-14 | 1 | -10/+52 |
| | |||||
* | [SSPS] Rename openslx user to bwlp | Simon Rettberg | 2023-12-14 | 5 | -13/+13 |
| | |||||
* | [SSPS] Add note about automatic updates to firstrun script | Simon Rettberg | 2023-10-23 | 2 | -0/+32 |
| | |||||
* | [SSPS] slxadmin-boot: Run as proper user, log to journal | Simon Rettberg | 2023-10-23 | 2 | -0/+3 |
| | |||||
* | [SSPS] Add system.conf for systemd | Simon Rettberg | 2023-10-23 | 1 | -0/+3 |
| | | | | Set TZ and LANG | ||||
* | [SSPS] Change firstboot/run logic once again | Simon Rettberg | 2023-10-23 | 4 | -18/+37 |
| | | | | | | | | truncating the currently running script is not too clever, since it just ends the script after the current line... Do a two-staged approach now, and also make sure the user cannot login on the web interface before finishing the firstrun.sh script, by disabling lighttpd. | ||||
* | [SSPS] Remove unused constant | Simon Rettberg | 2023-10-23 | 1 | -2/+0 |
| | |||||
* | [SSPS] Cleanup, disable lighttpd | Simon Rettberg | 2023-10-23 | 1 | -13/+17 |
| | |||||
* | [SSPS] install packages: Validate argument | Simon Rettberg | 2023-10-23 | 1 | -3/+5 |
| | |||||
* | [SSPS] Fix patching slx-admin config on firstboot | Simon Rettberg | 2023-10-23 | 1 | -3/+5 |
| | |||||
* | [SSPS] Cannot delete firstrun.sh | Simon Rettberg | 2023-10-23 | 1 | -1/+2 |
| | |||||
* | [SSPS] Fix name of firtboot log file | Simon Rettberg | 2023-10-23 | 1 | -2/+2 |
| | |||||
* | [SSPS] bashrc: No more ifconfig; fix prompt char #/$ | Simon Rettberg | 2023-10-23 | 1 | -4/+6 |
| | |||||
* | [SSPS] Cleanup | Simon Rettberg | 2023-10-23 | 2 | -18/+9 |
| | |||||
* | [SSPS] Make sure firstrun.sh properly deletes itself after use | Simon Rettberg | 2023-10-19 | 2 | -1/+2 |
| | |||||
* | [SSPS] Modernize; switch default user to openslx + sudo | Simon Rettberg | 2023-10-19 | 23 | -207/+195 |
| | |||||
* | [SSPS] issue: lightred for better readablity on black background | Simon Rettberg | 2023-10-11 | 1 | -2/+2 |
| | |||||
* | [SSPS] Tweak /etc/issue | Simon Rettberg | 2023-10-11 | 1 | -4/+6 |
| | |||||
* | [SSPS] Cleanup cleanup, fix wrong "...failed" messages | Simon Rettberg | 2023-10-11 | 1 | -22/+8 |
| | | | | | | The error checking was broken when the file to delete does not exist. Remove the exists-check entirely as it's pointless with rm -f. | ||||
* | [SSPS] Force-remove users >= 1000 | Simon Rettberg | 2023-10-11 | 1 | -4/+3 |
| | |||||
* | Gixc arugment oreder | Simon Rettberg | 2023-10-11 | 1 | -1/+1 |
| | |||||
* | [SSPS] Install dozmod from tar | Simon Rettberg | 2023-10-11 | 3 | -19/+3 |
| | |||||
* | [SSPS] Fix: Don't install Java 11, but default jre | Simon Rettberg | 2023-10-11 | 1 | -1/+1 |
| | |||||
* | [SSPS] slx-admin: Explicitly set timezone | Simon Rettberg | 2023-10-06 | 1 | -0/+2 |
| | | | | | PHP 8.x defaults to UTC instead of system locale if nothing is set in php.ini - force TZ in config.php to be safe. | ||||
* | [SSPS] timesync: Fix infinite loop | Simon Rettberg | 2023-10-02 | 1 | -0/+2 |
| | |||||
* | [SSPS] timesync: Dynamic limits based on mode (boot/non-boot) | Simon Rettberg | 2023-09-29 | 1 | -5/+8 |
| |