// Credits: BlueBubblesApp/bluebubbles-app#2577 (comment)
systemctl --user
Search for Handbrake: /handbrake
systemctl --user --force edit app-flatpak-fr.handbrake.ghb-.scope
[Unit] | |
Description=Suspend system | |
[Service] | |
Type=oneshot | |
ExecStart=/usr/bin/systemctl suspend |
# Login into router using SSH and execute listed commands (AT OWN RISK!). | |
# To apply the settings on boot, copy + paste the same settings in init-start. | |
# Backup current settings | |
nvram dump > dump.txt | |
# Set country + TX-power | |
nvram set asuscfe0:ccode=US | |
nvram set asuscfe1:ccode=US | |
nvram set asuscfe0:regrev=0 |
// Credits: BlueBubblesApp/bluebubbles-app#2577 (comment)
systemctl --user
Search for Handbrake: /handbrake
systemctl --user --force edit app-flatpak-fr.handbrake.ghb-.scope
Tested on CentOS Stream 9 with Cockpit and traefik v3.
A full working Podman Quadlet example, can be seen here: https://github.com/foxws/foxws/tree/main/podman
You need to overrule the Cockpit Web Service to not use TLS.
TLS is being offered by traefik in this example:
WARNING: Use the script at your own risk. I'm not responsible for any database lost or corruption.
This is a simple database dump script for a Podman Quadlet PostgreSQL container.
It may not be production safe (better alternatives are available), but useful for your homelab.