modem7

Results 72 issues of modem7

This is more for discussion rather than anything else. ### **Issue 1:** ntfy hasn't released their latest version to pypi. The latest version it installs is from 2018 (2.7.0 instead...

Putting this issue here so we can keep visibility in case something breaks once it's released. ``` Version 2.0.0a2 (2022-06-26) Compatibility notes: this is a major “breaking” release that is...

dependencies

As per the Debian wiki: https://wiki.debian.org/DebianRepository/UseThirdParty it might be worthwhile investigating prior to apt-key fully being removed (and for best practice). Many automation system have already deprecated their apt-key tools...

To echo #66 I'm also getting CORS errors. ``` ########### ##Spotify## ########### spotify: image: yooooomi/your_spotify_server container_name: SpotifyServer restart: always networks: pihole: ipv4_address: '172.22.0.140' isolated: ports: - "42777:8080" depends_on: - spotifydb...

Heya @jwilder, I'm just building an image, and notice that when extracted, dockerise has a UID of `501` and a GID of `dialout`. ![image](https://user-images.githubusercontent.com/4349962/184464632-b7bf8552-ce9d-45dc-9b4a-ce1b6a8853f9.png) Is this intentional or an oversight?...

Heya, I've just upgraded from Ubuntu 20.04 to 22.04, and things have gone absolutely awfully slow. Unsure if this was due to the upgrade in Samba etc. To start with,...

Heya, The installation script still seems to use apt-key, this is considered deprecated and will throw up warning messages every time one does an apt update.

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** It would be useful in certain use cases to be able to add a...

type:enhancement
priority:medium

Is there the potential for a PPA that we can add for the latest versions rather than building from source? Currently, on Ubuntu 22.04 the version is 1.99.1 which seems...

Added ENV vars for crontab, removed old file/way of doing things. Two new ENV vars have been added: ``` $CRON $CRON_COMMAND ``` If these are unset, they will default to...

enhancement