xavierh

Members
  • Posts

    37
  • Joined

  • Last visited

Everything posted by xavierh

  1. I've never used swag before. I would think it should be possible. Can you open an issue in github? Maybe an example of a log would help as well.
  2. I don't even see my app in the apps store anymore. Not sure why. I would assume though you have a problem with the internal SSL and it causing an error via proxying.
  3. Sorry for the delay... Not sure if your doing reverse proxy but if your using something like NGINX Proxy Manager you need to enable Websockets support.
  4. Trying to figure if there an API native to Unraid. I noticed an API for HomeAssistant. When I googled I found results for it should be included in 6.8. I did google some more and couldn't find more info. A "no" is fine. Just asking. Thanks.
  5. This is a clone of Infinite Mario, written in JavaScript for web browsers using HTML5
  6. I don't see anywhere on there where the logs are stored. You might need to navigate the /mnt/user/appdata folder to find the logs then use that path.
  7. I don't see jlesage NginxProxyManager has an app in Unraid so I assume you set it up manually. Can you send a screenshot of the settings for the container?
  8. If you click on the troubleshooting documentation link it'll explain it a bit. Basically you need HTTPS set up. However, you can click on the Advanced options link and you can get around but just make sure you don't have 2 tabs open at the same time.
  9. This "app" is created off the official docker image. The other one is like 7 months old; I noticed when I tried using a feature that wasn't available in that version.
  10. It should be part of the template, you can add the path yourself. I think its advised not to pre-populate that.
  11. Support thread for unraid docker template. This docker image was already created by the developer. I've just created the unraid template for it using jlongster/actual-server:latest. GitHub: https://github.com/actualbudget/actual DockerHub: https://hub.docker.com/r/jlongster/actual-server My Repository: https://github.com/xavier-hernandez/unraid-templates
  12. Support thread for unraid docker template. This docker image wass already created by the developer. I've just created the unraid template for it. GitHub: https://github.com/kaythomas0/noisedash DockerHub: https://hub.docker.com/r/noisedash/noisedash My Repository: https://github.com/xavier-hernandez/unraid-templates
  13. The current app created by the developer does not allow this. You'd have to modify their code.
  14. You want to play in German? If so, this app is in english. There are others in German online if you visit here https://github.com/cwackerfuss/react-wordle . Looks like there is a repo here, https://github.com/diondiondion/woertchen . If you want I can try to create an Unraid app for it or you can create one yourself.
  15. No, apprise is already integrated into my docker image. Those commands that you add to your docker compose file, if your using that, gets passed into apprise within my docker image.
  16. @safiedin visit https://github.com/caronc/apprise for more information on the notifications and setups. For discord you need to first create a webhook on the discord side then add that to the docker compose file. From the link above you can get more information on the discord notification https://github.com/caronc/apprise/wiki/Notify_discord and how to set that up. For example. - NOTIFICATION_TYPE=APPRISE - APPRISE_TITLE=SomethingHere - APPRISE_1=discord://webhook_id/webhook_token Email would be similar to above. https://github.com/caronc/apprise#email-notifications - NOTIFICATION_TYPE=APPRISE - APPRISE_TITLE=SomethingHere - APPRISE_1=mailto://mySendingUsername:[email protected][email protected] You can also merge those two and it should work. - NOTIFICATION_TYPE=APPRISE - APPRISE_TITLE=SomethingHere - APPRISE_1=discord://webhook_id/webhook_token - APPRISE_2=mailto://mySendingUsername:[email protected][email protected]
  17. I saw you opened a github issue. I'm going to close that and reference it here. I think this is a better place to learn since there are additional people that can help since you might have Unraid questions as well. Which notification are you trying to use, the default one is PushOver?
  18. The goaccess-for-nginxproxymanager container doesn't do anything to NPM logs or rotates them in anyway. It just reads what's available, what you provide it.
  19. This was solved per github, it was an issue with a merge.
  20. maybe open a ticket with them in github? thats a good question though. I think they recently added some log rotation schema but not sure what it is.
  21. I've updated the app. Check out https://github.com/xavier-hernandez/docker-external-ip for more info. Basically just change NOTIFICATION_TYPE to APPRISE. Set parameter, APPRISE_TITLE to your title. Set a parameter, APPRISE_1, with whatever integration you want.
  22. When you start or restart the app it should send a pushover message. Check the log and it'll show you if the message was sent or if there was an error.
  23. if you need something specific i can accommodate you
  24. I can look into that but not sure how many people will use this app. So I went simple from the start.