swee / Update forgejo script
0 likes
0 forks
1 files
Last active 2 weeks ago
Simple script to update Forgejo Server.
| 1 | # HOW TO USE THIS SCRIPT |
| 2 | # download this file and run |
| 3 | # python3 forgejoupdate.py |
| 4 | # |
| 5 | # If you aren't root, use sudo or doas. |
| 6 | # |
| 7 | # If you use an init system to run Forgejo, you can let this script automatically restart Forgejo for you |
| 8 | # (Assuming Forgejo's service name is `forgejo`) |
| 9 | # By passsing the arguments `systemd` or `openrc` |
| 10 | # |
swee / gist:d3ffa8406ef34bbbb7ff913c3fb699de
0 likes
0 forks
1 files
Last active 2 weeks ago
/etc/thelounge tree and explanation
| 1 | ├── config.js (The Lounge core config) |
| 2 | ├── logs |
| 3 | │ ├── *username* |
| 4 | │ │ └── *network_name*-*uuid* |
| 5 | │ │ └── *channel_or_query_name*.log (Raw log) |
| 6 | │ └── *username*.sqlite3 (Message logs in an SQL DB) |
| 7 | ├── packages |
| 8 | │ ├── node_modules |
| 9 | │ │ └── *module_name* |
| 10 | │ │ └── *module's files* |