https://github.com/gregschmit/schmit.net
https://github.com/gregschmit/schmit.net
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gregschmit/schmit.net
- Owner: gregschmit
- Created: 2022-11-16T20:47:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T03:40:04.000Z (almost 2 years ago)
- Last Synced: 2024-05-23T03:41:16.245Z (almost 2 years ago)
- Language: HTML
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hyperion
My personal SSH, postgres, network, and file server.
## Security
Always check the following after fresh install or dist upgrade:
- Ensure `PasswordAuthentication no` is set in `/etc/ssh/sshd_config`.
- Ensure `/etc/nftables.conf` is set from `conf/nftables.conf`.
- Ensure postgres user passwords for users `postgres` and `root` are set appropriately.
## OpenRGB Config on Physical Servers:
```sh
root@big-red:~# cat /etc/systemd/system/openrgb.service
[Service]
Type=oneshot
ExecStart=/usr/bin/openrgb -c ff0000 -m Direct
[Install]
WantedBy=multi-user.target
```