Compare commits

..

47 commits

Author SHA1 Message Date
8d1153146c Create backup whitelist for docker-compose 2024-11-22 17:31:52 +01:00
1c2e2b69c6 Add a profile for the server 2024-11-22 17:31:18 +01:00
d3db6ebaff Add options for enabling docker-compose services 2024-11-22 17:31:08 +01:00
62f9912fb1 Add scripts for installing woodpecker 2024-11-22 17:29:45 +01:00
a9e2cf9de7 Add scripts for installing wekan 2024-11-22 01:54:50 +01:00
185d0df160 Add scripts for installing TrackMania server 2024-11-20 00:33:09 +01:00
f6b57447f0 Replace yq with go-yq 2024-11-20 00:30:08 +01:00
b3012c5fcc Add scripts for installing TeamSpeak 2024-11-13 18:18:15 +01:00
55bff382a3 Add scripts for installing ryot 2024-11-13 17:39:21 +01:00
95cdf1a84f Add scripts for installing nextcloud 2024-11-13 16:25:39 +01:00
f05d134c66 Restructure service overrides 2024-11-13 16:22:57 +01:00
ac306226fc Add scripts for installing Minecraft 2024-11-10 13:00:23 +01:00
bbf594383b Add settings for allowing VPN access in lxc 2024-11-10 12:56:48 +01:00
2729d06668 Improve look & feel of lxc config 2024-11-10 12:56:34 +01:00
19a5434bb4 Add scripts for installing jellyfin 2024-11-10 12:33:36 +01:00
8ba581e921 Add a script for installing forgejo 2024-11-07 23:58:06 +01:00
64595fdb37 Add scripts for installing drone 2024-11-07 18:33:16 +01:00
8c91dddf1e Allow configuring services with multiple domains 2024-11-07 11:54:50 +01:00
e6db595f66 Allow specifying domains per service 2024-11-07 03:31:48 +01:00
3111c04a7f Fetch FQDN from configuration 2024-11-07 03:01:45 +01:00
dfedb72f59 Generate nginx config using printf 2024-11-07 02:40:29 +01:00
f9cea44df0 Add a function for initializing the service installation 2024-11-07 02:39:37 +01:00
0730bbd703 Rename public API 2024-11-06 19:34:27 +01:00
de476212c9 Add /etc/localtime file in test container 2024-11-06 03:33:01 +01:00
82a5606d2a Add a script for installing anki-sync 2024-11-06 03:32:45 +01:00
0d6a25036a Add a script for installing nginx 2024-11-06 01:13:50 +01:00
81dd9c2bd3 Add a script for testing the Arch installation 2024-11-05 17:47:45 +01:00
75335164e4 Add scripts for installing Arch 2024-11-05 17:47:39 +01:00
fe3175814d Add a function for declaring software dependencies 2024-11-05 17:45:13 +01:00
75d28556cf Ask for config profile in tmux 2024-11-05 17:39:06 +01:00
951dd60a15 Uninstall nixpkgs only after install 2024-11-04 01:34:43 +01:00
4a642739c4 Initialize and dispose actions properly 2024-11-04 01:34:22 +01:00
e53420e8a3 Inherit CONFIG_NAME properly 2024-11-03 23:41:32 +01:00
30601d5e90 Prevent early disposal 2024-11-03 23:41:17 +01:00
3f745ac43d Download nixpkgs only if necessary 2024-11-03 22:37:33 +01:00
f2dd4ca628 Fix permissions issues 2024-11-03 22:37:22 +01:00
f682768800 Rename hooks 2024-11-03 22:36:30 +01:00
3ae347a428 Change global git config as root 2024-11-03 22:34:39 +01:00
2d265b1f20 Create a separate config file for desktops 2024-11-03 22:33:44 +01:00
3f507b60f3 Initialize installer properly 2024-11-03 22:32:47 +01:00
ae426292a9 Add a script for setting up vaultwarden 2024-11-03 03:14:47 +01:00
f0c2857668 Handle nix cache properly 2024-11-03 00:39:23 +01:00
5a7c0cd08a Allow fetching program config with named args 2024-11-02 22:45:22 +01:00
53be57a90b Add scripts for backing up the home 2024-11-02 21:18:00 +01:00
61b826de83 Allow preparing backups 2024-11-02 20:56:54 +01:00
3a732b194c Add backup capability for aliae 2024-11-02 18:26:33 +01:00
bc58bf13fb Add support for backing up and restoring software 2024-11-02 18:26:21 +01:00
13 changed files with 1 additions and 1 deletions

View file

@ -32,7 +32,7 @@ function backupAction -V dir
echo "For a seamless experience, please make sure that you are able to establish an unattended ssh connection using key authentication."
echo
echo "$(tput bold)This command should succeed without user interaction:$(tput sgr0)"
echo "ssh -o PasswordAuthentication=no -P $VALHALLA_BACKUP_SERVER_PORT $VALHALLA_BACKUP_SERVER true"
echo "ssh -o PasswordAuthentication=no -p $VALHALLA_BACKUP_SERVER_PORT $VALHALLA_BACKUP_SERVER true"
read -P "Press enter once you're done: "
echo
end