Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | |||||
* | [SSPS] timesync: Add cronjob to sync once a day | Simon Rettberg | 2023-09-29 | 3 | -4/+30 |
| | |||||
* | [SSPS] timesync: Use more privacy-friendly URLs | Simon Rettberg | 2023-09-29 | 1 | -4/+4 |
| | |||||
* | [SSPS] Rewrite CA/cert generator and handling | Simon Rettberg | 2023-09-20 | 1 | -106/+196 |
| | | | | Better sanity checks and fallbacks. | ||||
* | [SSPS] Update ciphers for lighttpd config | Simon Rettberg | 2023-09-20 | 1 | -8/+36 |
| | |||||
* | [SSPS] Update NetBoot OS download URL | Simon Rettberg | 2023-07-28 | 1 | -1/+1 |
| | |||||
* | [SSPS] Let users install unattended-upgrades themselves | Simon Rettberg | 2023-07-13 | 1 | -1/+0 |
| | |||||
* | [SSPS] Keep original 02periodic file | Simon Rettberg | 2023-07-13 | 1 | -2/+0 |
| | |||||
* | [SSPS] Update sudoers file for Taskmanager | Simon Rettberg | 2023-07-03 | 1 | -1/+9 |
| | |||||
* | [SSPS] Limit tftp trnasfer port range | Simon Rettberg | 2023-06-28 | 1 | -1/+1 |
| | |||||
* | [SS*S] Add /etc/locale.conf | Simon Rettberg | 2023-06-27 | 1 | -0/+1 |
| | |||||
* | [SS*S] tmate now requires SHA256 fingerprints in its config file | Simon Rettberg | 2023-06-15 | 1 | -2/+2 |
| | |||||
* | [SSPS] ldadp: Run proxy as ldadp user | Simon Rettberg | 2023-05-05 | 1 | -0/+1 |
| | |||||
* | [SSPS] Make (more) sure taskmanager is up before running bootup hook | Simon Rettberg | 2023-04-24 | 2 | -1/+6 |
| | |||||
* | [SSPS] Remove backup script; integrated with slx-admin now | Simon Rettberg | 2023-03-08 | 1 | -12/+0 |
| | |||||
* | [SSPS] Little improvement for config-backup script | Steffen Ritter | 2022-08-03 | 1 | -3/+3 |
| | |||||
* | [SSPS] Make dnbd3-stage4-cleanup run as user dnbd3 | Simon Rettberg | 2022-06-01 | 1 | -0/+5 |
| | |||||
* | [SSPS] Add dnbd3 stage4 cleanup cronjob | Simon Rettberg | 2022-06-01 | 1 | -0/+17 |
| | |||||
* | [SSPS] Add simple weekly config backup | Steffen Ritter | 2022-05-16 | 1 | -0/+12 |
| | | | | | | | | Do an admin a favor who screws up his config and has not made a backup on his own. Maybe extend that feature later. refs: #3834 | ||||
* | [SSPS] slx-admin: Set session length to one week, set passthrough cat | Simon Rettberg | 2022-05-11 | 1 | -2/+2 |
| | |||||
* | [SSPS] Adapt to changed iPXE bwlp config | Simon Rettberg | 2022-05-11 | 1 | -3/+5 |
| | |||||
* | [SSUS] Move iPXE config around | Simon Rettberg | 2022-05-11 | 3 | -0/+0 |
| | |||||
* | [SSPS] Explicitly set sql_mode for mariadb server | Simon Rettberg | 2022-04-13 | 1 | -0/+1 |
| | |||||
* | [SSPS] Move passthrough to etc/more section | Simon Rettberg | 2022-03-28 | 1 | -1/+1 |
| | |||||
* | [SSPS] slxadmin mysql force utf8mb4 | Simon Rettberg | 2022-03-24 | 1 | -1/+1 |
| | |||||
* | [SSPS] slx-admin: Set charset via connect string, so php knows about it | Simon Rettberg | 2022-03-09 | 1 | -1/+3 |
| | |||||
* | [SSPS] Force client lib charset too | Simon Rettberg | 2022-03-09 | 1 | -0/+3 |
| | |||||
* | [SSPS] mariadb config: Move into right directory | Simon Rettberg | 2022-03-07 | 1 | -0/+0 |
| | |||||
* | [SSPS] Add mariadb config to force utf8mb4 | Simon Rettberg | 2022-03-07 | 1 | -0/+3 |
| | |||||
* | [SS?S] Enable passthrough slx-admin module | Simon Rettberg | 2022-03-03 | 1 | -0/+1 |
| |