Richard Szolár
Richard Szolár
I had a similar issue, the problem for me was that I did not had the contents of this git repo in a folder named `bigspring-light`, so I had to...
This setting is for you to be able to use multiple custom domains with your instance of kutt. For example, your docker app is running on shorten.com but you would...
You need to move the data alongside the volumes or whatever you are using to store the data on your machine. https://github.com/thedevs-network/kutt/blob/develop/docker-compose.yml If you have used the default, then you...
What do you mean this image? The self-hosted branch contains a compose file and env variables for the various services needed to run standardnotes. This repository contains multiple distinct, although...
You can find all the instructions you might need here https://github.com/standardnotes/self-hosted
I can confirm that this is happening in my case too. The desktop version displays both, while the ios app only the one without the priority flag. `ntfy version: ntfy...
Are these messages you receive sent with "Priority" header? Because then it might be related to this issue https://github.com/binwiederhier/ntfy/issues/461
Thanks! I will check it soon and get back here, but at first look it seems fine :)
The DB_PATH env variable controls where the database file is stored (for docker). Default being "./bot.db" e.g. current directory from where the binary runs. Other than that, you can set...
I am not familiar with any OPML format. The question is where could this OPML be used? Are there any alternatives, like for example a JSON dump? Based on a...