C4ArtZ

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by C4ArtZ

  1. 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",
  2. 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.
  3. 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.
  4. Could it be this? Can you tell what's the difference between the ones that play and the ones that don't?
  5. 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.
  6. 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.
  7. I personally haven't tried it. Did you add elasticsearch to your PornVault config like it is described here?
  8. 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; } }
  9. 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]
  10. That could be it. Should they be seperated like this? COMPOSE_VERSION=$(curl -s https://api.github.com/repos/docker/compose/releases/latest | grep 'tag_name' | cut -d\" -f4) curl -L https://github.com/docker/compose/releases/download/${COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose chmod +x /usr/local/bin/docker-compose Edit: Just had another look at the link. No idea how I missed the new lines...
  11. That doesn't seem to work for me. But atleast I get "Persmisson denied" instead of "Unknown command"
  12. This would explain why CA was so slow today... But I have this problem since setting up my server about 2 weeks ago.
  13. So I used Docker Compose for about half of my Docker containers. Now I switched from two old Proliant G6's to a custom build Threadripper 1920X System and I can't figure out how I ever got Compose to work. All I could find online was "use Nerdpack to download it" but I can't find it within the Nerdpack GUI from CA. Am I missing something obvious? zenith-diagnostics-20200421-1810.zip