add git.cloonar.com, remove old stuff
This commit is contained in:
parent
cfe3cff764
commit
b32c7d72b1
14 changed files with 130 additions and 417 deletions
10
README.md
10
README.md
|
|
@ -2,22 +2,22 @@
|
|||
- install ubuntu 20.04
|
||||
- get age key from SSH
|
||||
```console
|
||||
$ nix-shell -p ssh-to-age --run 'ssh-keyscan example.com | ssh-to-age'
|
||||
nix-shell -p ssh-to-age --run 'ssh-keyscan example.com | ssh-to-age'
|
||||
```
|
||||
- fix secrets files
|
||||
```console
|
||||
$ sops': nix-shell -p sops --run "sops updatekeys -y secrets.yaml"
|
||||
nix-shell -p sops --run "sops updatekeys -y secrets.yaml"
|
||||
```
|
||||
- run install command
|
||||
```console
|
||||
$ ./install.sh example.com
|
||||
./install.sh example.com
|
||||
```
|
||||
|
||||
# 2. Web Server specific
|
||||
- change the permissions for /var/www
|
||||
```console
|
||||
$ chown nginx:nginx /var/www
|
||||
$ chmod 755 /var/www
|
||||
chown nginx:nginx /var/www
|
||||
chmod 755 /var/www
|
||||
```
|
||||
|
||||
# 3. Net data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue