]> rtime.felk.cvut.cz Git - novaboot.git/history - server
nix: Update flake inputs
[novaboot.git] / server /
2022-04-26 Michal Sojkaserver: Drop novaboot-delayed-power-off.target
2022-04-26 Michal Sojkaserver: Unify installation target to PREFIX
2022-04-25 Michal Sojkaserver: Refactor delayed power-off logic
2022-01-07 Michal Sojkaserver: Doc grammar fixes
2021-12-17 Michal Sojkaserver: Fix enabling of delayed power off
2021-11-18 Michal Sojkaserver: Fix delayed power off
2021-11-18 Michal Sojkaserver: Make systemd invoke novaboot-shell in the ...
2021-10-22 Michal Sojkaserver: Add run_novaboot to be used as default_cmd
2021-10-22 Michal Sojkaserver: Allow reset_cmd to contain a shell function...
2021-01-26 Michal Sojkaserver: Split documentation to separate files
2021-01-26 Michal Sojkaserver: Add support for default_cmd configuration variable
2021-01-26 Michal Sojkaserver: Refactor console setup to a separate function
2021-01-26 Michal Sojkaserver: Document how to use shell function for console_cmd
2021-01-24 Michal Sojkaserver: Do not hardcode bash path
2020-12-17 Michal Sojkaserver: Document automatic power off
2020-12-17 Michal Sojkaserver: Call "systemctl is-enabled" with --quiet
2020-12-17 Michal SojkaRename novaboot-power-off.service to novaboot-delayed...
2020-12-17 Michal Sojkaserver: Add missing files for delayed power-off
2019-11-21 Michal SojkaSimplify systemd logic for automated delayed power off
2019-11-21 Michal Sojkaserver: Use Makefile to install the server
2019-11-18 Michal Sojkaserver: User temporary RUN_DIR in $HOME does not exist
2019-11-17 Michal Sojkaserver: Ensure that configuration can depend on logged...
2019-11-17 Michal SojkaRevert "server: Add experimental support for the ssh...
2019-10-31 Michal Sojkaserver: Always use flock with --no-fork
2019-10-24 Michal Sojkaserver: Add experimental support for the ssh sub-command
2019-10-24 Michal Sojkaserver: Document get-config
2019-10-23 Michal Sojkaserver: Mention get-config command in help message
2019-10-15 Michal Sojkaserver: Add novaboot users to the novaboot group
2019-10-15 Michal Sojkaserver: Mention adduser-novaboot in novaboot-shell...
2019-10-15 Michal Sojkaadduser-novaboot: Reload systemd after adding override...
2018-07-18 Michal Sojkaserver: Grammar fixes in documentation
2018-05-10 Michal Sojkaserver: Extend man page
2017-11-17 Michal Sojkaserver: Do not use flock --no-fork
2017-10-06 Michal Sojkaserver: Fix typo in a comment
2017-09-15 Michal Sojkaserver/adduser: Give configuration file proper owner
2017-09-15 Michal Sojkaserver: Minor update of systemd files
2017-09-15 Michal Sojkaserver: Rename systemd files to more meaningful names
2017-09-15 Michal Sojkaserver: Update systemd units
2017-09-15 Michal Sojkaserver: Set proper hostname for locally run commands
2017-09-15 Michal Sojkaserver: Remove useless variable
2017-09-15 Michal Sojkaserver: Make console the default command
2017-09-07 Michal Sojkaserver: Give hint for using ssh -t with shell
2017-09-07 Michal Sojkaserver: Document novaboot-shell
2017-09-07 Michal Sojkaserver: Document adduser-novaboot command
2017-09-05 Michal Sojkaserver: Fix creation of tftproot
2017-09-03 Michal Sojkaserver: Better error message of add-key command
2017-09-03 Michal Sojkaserver: Simplify config reading
2017-09-03 Michal Sojkaserver: Fix handling of multi-word commands (rsync...
2017-08-29 Michal Sojkaserver: Use simpler detection of unset variables
2017-08-29 Michal Sojkaserver: Store target configuration in a variable, not...
2017-08-26 Michal Sojkaserver: Explicitly configure parser for remote options
2017-08-26 Michal Sojkaserver: Fix config file template
2017-08-26 Michal Sojkaserver: Fix quoting of commands from config file
2017-08-26 Michal Sojkaserver: Admin can get shell access
2017-08-26 Michal Sojkaserver: Use flock option --no-fork only when it is...
2017-08-26 Michal Sojkaserver: Give proper group to created .ssh files
2017-08-26 Michal Sojkaserver: Use $HOME rather than $XDG_RUNTIME_DIR
2017-08-25 Michal Sojkaserver: Add adduser-novaboot script
2017-08-25 Michal Sojkaserver: Give configuration variables more descriptive...
2017-08-25 Michal SojkaMove systemd files from contrib/ to server/
2017-08-25 Michal Sojkaserver: Implement add-key command
2017-08-25 Michal SojkaImplement reading of configuration from remote server
2017-08-25 Michal Sojkashell: Fix/extend rsync handling
2017-08-25 Michal Sojkashell: Do not pre-reset on console connection
2017-08-25 Michal Sojkashell: Improve error messages
2017-08-25 Michal SojkaRename novabot-server to novaboot-shell
2017-08-25 Michal Sojkaserver: Restructure command handling
2017-08-24 Michal Sojkaserver: Improve commens
2017-08-24 Michal Sojkaserver: Distinguish between normal and admin users
2017-08-24 Michal Sojkaserver: Add tests of username handling
2017-08-22 Michal SojkaAdd initial version of novaboot-server