Gottfried Mayer
Gottfried Mayer
@flo-mic I don't see the setting you mentioned:  I am looking forward to the fine-grained settings in #161 - or even the setting you mentioned above. Is this a...
For the personal photos, there is no parsing of EXIF or XMP data. Only the information provided in the "images.json" file is loaded and displayed (if present in the root...
Are there any plans to implement this in the Android app as well? I spent 2 hours figuring out why markdown formatting did not work for me, until I found...
according to the code in [upload.sh](https://github.com/cschlosser/drone-ftps/blob/9a67c805e1a8a2d5ba9a3263dd0a1b0c7b4bffa2/upload.sh#L56), you can have multiple values for INCLUDE and EXCLUDE separated by commas ``,``. example ```yaml # only include file1.foo and folder1/file2.foo PLUGIN_INCLUDE: ^file1\.foo$,^folder1/file2\.foo$ #...
Consider not linking the whole font-awesome library just for the Github icon. Instead, please add the SVG code of the logo directly to the HTML file.
alpine has different User IDs for the user `www-data`. This means, that if you switch to the `alpine` image, the owner and permissions of the directory `/var/www` are incorrect. You...
I think you can just make a new Repo, let's call it "newtestrepo", on Github. Clone this blowfish repo to a local folder "newtestrepo". Change the git remote url to...
@qdm12 The function [http.FileServerFS](https://pkg.go.dev/net/http#FileServerFS) was introduced with go 1.22.0 Can we update the go version from 1.21 to 1.22 or are there a lot of dependencies that block the update?
@qdm12 do you have any reservations or requests for changes in the ui? I would love to use this in the docker image.
Additional info: When "middle-clicking" on the very bottom part of the tab (green area in image), the tab closes as expected, when "middle-clicking" on the rest of the tab (red...