diff options
| author | 2026-04-10 21:01:02 +0000 | |
|---|---|---|
| committer | 2026-04-10 21:01:02 +0000 | |
| commit | ae6417c39d6934d92cbc164824cde069989d4478 (patch) | |
| tree | f8373c3196b77a8bb2c81f6754c63664461684f9 /install.sh | |
| parent | properly support deleting (diff) | |
add ip to login notifications
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ umask 0007 mkdir /opt/autopeer/db echo 'CREATE TABLE peers (name, asn, ipll, endpoint, port, pubkey, creator_ip, creator_name, creator_date, deleted, primary key (name, asn));' | python3 -m sqlite3 /opt/autopeer/db/sqlite3.db chgrp -R autopeer /opt/autopeer/db/ +chmod 770 /opt/autopeer/db +chmod 660 /opt/autopeer/db/sqlite3.db umask 0077 wg genkey >/etc/wireguard/privkey |
