linbreux
linbreux
hi @kura, Sorry for the delay, I've been busy. I tried to build a new image, but got some problems implementing the latest code release. I'll try to do it...
@kura I think everything is working for know. Let me know if it isn't :D
Hi thanks for letting me know. For now, I'll do it manualy. I'm looking into automating this.
Normaly the releases and main (edge) branch will be published automaticly to dockerhub thanks to @artivis
Hi @belibug , the docker image has known issues. I'm working on it to resolve it. For now I would suggest running it native on your machine if possible to...
Hi @Waldorf3, I tried looking for the problem, but I can't seem to find how to get the user permission to work. It seems like the docker/root/etc/cont-init.d/30-config file does not...
Alright, I'll look into it. Thanks for the quick response, appreciate it!
My excuses, I meant 'app/wikmd'. How does your docker-compose look like? I also tried to chown the mount folder on my host machine with the hosts user (even if it...
Could you try: ``` --- version: "2.1" services: wikmd: image: linbreux/wikmd:latest container_name: wikmd environment: - PUID=1000 - PGID=1000 - TZ=Europe/Paris - HOMEPAGE=homepage.md #optional - HOMEPAGE_TITLE=homepage.md #optional - WIKMD_LOGGING=1 #optional -...
Hi good to hear that, also make sure to create a img file in the wiki folder when you want to upload images through the webinterface. The demo files are...