-
Over the years, many folks have asked us what it would take for us to tag a 1.0 release version of AzuraCast. After all, thousands of stations run every day on AzuraCast already without any issue, and…
-
```
● ufw-docker-automated.service - Ufw docker automated
Loaded: loaded (/lib/systemd/system/ufw-docker-automated.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-c…
-
If I create a network and put a mysql server on it:
``` bash
$ docker network create net
$ docker run -itd --net=net --name mysql -e MYSQL_ROOT_PASSWORD=password mysql:5.6.25
```
I can ping this con…
-
As we installed remark42 on https://radio-t.com and https://remark42.com/demo/ we had no significant issues, and I even tried to use our readme instruction for this procedure. However, my experience i…
-
Hi.
First, I must say I don't understand iptables, so maybe this is correct.
I have a reverse proxy which has 2 networks (one has more priority over the other)
When I launch your program, only one …
-
### aspect
Running in development
### Suggestion?
### VPS Considerations
Sometimes, it is not viable for cost reasons or GitHub Codespace resource allocation purposes to use the suggested dev cont…
-
## Why do you need this?
Installed faasd on a Ubuntu 22.04 VPS behind a Caddy reverse proxy. Started blocking ports with `ufw`, only leaving 22, 80 and 443 open. faasd broke then, cause it needs po…
-
**Bug description**
In the docker-compose.yml file I have mounted
volumes:
- /var/run/docker.sock:/var/run/docker.sock
I'm calling the API using correct admin credentials.
I checke…
-
Awaiting a INTEL NUC11 ATKC4 Mini-PC in the post today for adding a leftover 2TB Samsung 970 EVO-plus NVMe M.2 and some spare 32GB SO-DIMM DDR4 still flying around in a drawer and want to make use of …
-
Running into an issue on an Ubuntu 22.04 x64 host (using the latest `ufw-docker-automated`, built from source on `master`) where the ufw container rules established is deleted and not properly recreat…