-
brianvicente started following C4ArtZ
-
[Support] C4artZ Templates
Almost. You're missing the comma after "auth" : null } and you should probably format it like I have below. PV might still complain if you don't format it exactly like it expects. It should look like this: { "search": { "host": "http://10.0.0.10:9200", "log": false, "version": "7.x", "auth": null }, "auth": { "password": null }, "binaries": { "ffmpeg": "/usr/bin/ffmpeg", "ffprobe": "/usr/bin/ffprobe",
-
[Support] C4artZ Templates
Your JSON syntax is invalid. Make sure it starts after the first "{" and there is a comma after the closing } of "search". It should be indented the same as the entry below it. Sorry, poor choice of words by me. I will change the template description.
-
[Support] C4artZ Templates
Release 0.26 seems to break the Elasticsearch integration. When the template was created, Elasticsearch was optional. I have updated the template to only target /porn-vault:porn-vault:0.25.0-alpine. (Thank you @DenizenEvil!) You should be able to get the new template in about 2 hours from now. I would recommend removing the old container + image from your server before downloading the new one. All your data should be in the persistent share you specified. I will try release 0.26 again in a week or two.
-
[Support] C4artZ Templates
Could it be this? Can you tell what's the difference between the ones that play and the ones that don't?
-
[Support] C4artZ Templates
The template does not create a database. You can either create a database in a seperate container or use the internal sqlite database. During the first time setup farmOS will ask you what you prefer.
-
[Support] C4artZ Templates
Sadly I can't get it to work aswell. I know too little about elasticsearch to be of any help. You might want to try creating an issue on their Github page.
-
[Support] C4artZ Templates
I personally haven't tried it. Did you add elasticsearch to your PornVault config like it is described here?
-
C4ArtZ started following [Support] C4artZ Templates
-
[Support] C4artZ Templates
I don't have "https://" in the domain field and I also didn't change the WebUI like AwesomeAustn suggested. Can you try the following proxy conf with "kutt.yourdomain.com" in the domain field? When I click on WebUI it redirects me to the specified domain. Here is my swag config (don't forget to use a seperate docker network): server { listen 443 ssl; listen [::]:443 ssl; server_name kutt.*; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app kutt; set $upstream_port 3000; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } }
-
[Support] C4artZ Templates
This is the general support thread for all Docker templates by me. Please know that I can only really support the template itself. Most issues within the containers are best handled with their maintainers. You can find them by clicking on the "Project" link here or within Unraid. I currently have templates for: valetudo mapper [Project] Kutt [Project] emby sync [Project] farmOS [Project] Subvert [Project]