Introduction
Introduction Statistics Contact Development Disclaimer Help
Adding ssh to start on boot for git container. - selfhost - Incus configuration…
Log
Files
Refs
README
---
commit 7f29fb96e0c3f9a9195a0475c71c7a5476c09cbd
parent 8bec9483eb5f6319c03a8c2f7560ae202f777f4a
Author: Jay Scott <[email protected]>
Date: Tue, 18 Jun 2024 20:52:50 +0100
Adding ssh to start on boot for git container.
Diffstat:
M git/init.sh | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/git/init.sh b/git/init.sh
@@ -11,6 +11,7 @@ incus file push ./files/cgitrc $HOST/etc/cgitrc -pv --mode 644
incus exec $HOST -- cloud-init status --wait
incus exec $HOST -- rc-service lighttpd start
+incus exec $HOST -- rc-update add sshd
incus file push ./files/logo.png $HOST/usr/share/webapps/cgit/ -pv --mode 644
incus file push ./files/theme.css $HOST/usr/share/webapps/cgit/ -pv --mode 644
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.