SelfhostedPro

Results 157 comments of SelfhostedPro

This is because authorization tokens expire fairly quickly (helps prevent access if the access token is stolen by a malicious actor). You can set the following environment variable to a...

I actually have disabled PWA functionality in the `devel` image due to widespread caching issues. I’ll take a look at adding that functionality back in and utilizing this.

With IPVLAN they can’t change the port. This was available in an old patch but I removed for some reason. When I finish rewriting the backend I’ll add.

While it’s not a built in feature, you can use git to clone directly into the compose directory if you mount a volume to your host.

You can just host the template in a simple web server container like nginx. if you need it locally, you’ll need to bind mount it into the container. This is...

Hmm. I wasn't ever able to pull an error from these failed deploys. I'll see how to resolve this.

Changed the failing post install script (/etc/kernel/postinst.d/zz-update-grub)to the following: ``` #! /bin/sh set -e #set -- $DEB_MAINT_PARAMS echo $DEB_MAINT_PARAMS #mode="${1#\'}" #mode="${mode%\'}" #B #case $0:$mode in # Only run on postinst...

@nashosted how do you want to go about doing this?

`(sqlite3.OperationalError) database or disk is full`

Dashmachine is already in the templates. Are you having issues with it?