diff options
| author | bookcorner <git@bookcorner.ge> | 2026-07-26 02:25:33 +0400 |
|---|---|---|
| committer | bookcorner <git@bookcorner.org> | 2026-07-26 02:26:08 +0400 |
| commit | 3ccf0e454f535d4c1b5787727e9e1d06be471e85 (patch) | |
| tree | 7eb609021e5f3d91b30465c0e6aa3071cf0f97a4 /files.sh | |
| download | infra-3ccf0e454f535d4c1b5787727e9e1d06be471e85.tar infra-3ccf0e454f535d4c1b5787727e9e1d06be471e85.tar.gz infra-3ccf0e454f535d4c1b5787727e9e1d06be471e85.tar.bz2 infra-3ccf0e454f535d4c1b5787727e9e1d06be471e85.tar.lz infra-3ccf0e454f535d4c1b5787727e9e1d06be471e85.tar.xz infra-3ccf0e454f535d4c1b5787727e9e1d06be471e85.tar.zst infra-3ccf0e454f535d4c1b5787727e9e1d06be471e85.zip | |
Initial commit
Diffstat (limited to 'files.sh')
| -rw-r--r-- | files.sh | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/files.sh b/files.sh new file mode 100644 index 0000000..88f080e --- /dev/null +++ b/files.sh @@ -0,0 +1,31 @@ +install_dir 0755 root wheel '/etc' +install_file 0644 root wheel '/etc/acme-client.conf' +install_file 0600 root wheel '/etc/doas.conf' +install_file 0644 root wheel '/etc/exports' +install_file 0644 root wheel '/etc/fstab' +install_file 0644 root wheel '/etc/hosts' +install_file 0644 root wheel '/etc/httpd.conf' +install_dir 0755 root wheel '/etc/httpd' +install_file 0644 root wheel '/etc/httpd/_acme.conf' +install_file 0644 root wheel '/etc/httpd/_listen80.conf' +install_file 0644 root wheel '/etc/httpd/_listen443.conf' +install_file 0600 root wheel '/etc/pf.conf' +install_file 0644 root wheel '/etc/rc.conf.local' +install_file 0644 root wheel '/etc/shells' +install_dir 0755 root wheel '/etc/ssh' +install_file 0644 root wheel '/etc/ssh/sshd_config' + +install_dir 0755 root wheel '/home' +install_dir 0755 git git '/home/git' +install_file 0644 git git '/home/git/.gitconfig' +install_file 0600 git git '/home/git/.gitolite.rc' + +install_dir 0755 root daemon '/var' +install_dir 0555 root wheel '/var/cron' +install_dir 1730 root crontab '/var/cron/tabs' +install_file 0600 root crontab '/var/cron/tabs/root' +install_dir 0755 root daemon '/var/www' +install_dir 0755 root daemon '/var/www/conf' +install_file 0644 root wheel '/var/www/conf/cgitrc' +install_dir 0755 git git '/var/www/git' +install_dir 0755 git git '/var/www/git/repositories' |
