DVDAndroid
DVDAndroid
I think this plugin works properly and doesn't need much maintenance. Having said that, I might resume contributing to this repo, just for fun in my spare time, I'd like...
> Great question. I should have been more specific with an example. The example below automatically adds Gitea to the Plugsy dashboard: > > ``` > labels: > - plugsy.name=Gitea...
> Refactor might not be the right word since this changes the previous intended behavior. > > I wanted elements to be equally distributed horizontally regardless of whether you had...
With the new release 0.6.0 I can close this PR. Also I noticed that: some padding has been changed so homepage appears a little more compact releases widget doesn't adapt...
Marking as draft because it's working in dev, but not in release mode...
I have this problem since March. The problem started after I made an apt update of the system (Ubuntu 22.04). These are the packages that have been updated: diff 07...
If think that the fix is applying a `com.docker.network.endpoint.ifname` to the network and then set `WG_DEVICE` with the same name. That option is new in [release 28](https://github.com/moby/moby/releases/tag/v28.0.0) But I can't...
I've fixed it by adding ```yaml # in the service networks section, not where you define internal/external networks networks: myeth: interface_name: myeth #
```yaml services: wg-easy: image: 'ghcr.io/wg-easy/wg-easy:14' environment: LANG: de WG_HOST: null PASSWORD_HASH: null PORT: 51821 WG_PORT: 51820 WG_DEVICE: myeth volumes: - './wg-easy:/etc/wireguard' ports: - '51820:51820/udp' - '51821:51821/tcp' cap_add: - NET_ADMIN -...