diamkil

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by diamkil

  1. On 4/30/2021 at 1:50 PM, johnny2678 said:

    Up and running using min.io.  Cool project.  First thing I did was add a photo to a note on mobile and it works great.  nice self-hosted, multiplatform note taking app.

    If you wish I made a new docker with MinIO built right in the image so you don't need it seperate

    • Like 1
  2. On 12/22/2020 at 3:23 AM, sonic6 said:

    thanks for clarification. @diamkil saw you post in plex subreddit a week ago and now there a two Overseerr containers in CA. Hard for me to choose, which one i should use and why.

    First of all, both are good and I am not against hotio's template, I find it nice to have support from bigger sources. I personally use my own image, because it uses the developpers docker container and I spoke the developper and added him to the template's github. So when there's an update you get it as soon as it's available, also if a new release as a breaking change you simply remove the template and it's gonna be fixed because the dev will have updated it on my github. The main advantages of hotio's is that it supports arm and has GUID PGID support added in the docker image, also as he stated he verifies everything works fine. In the end, if you want the latest stable release go with my template since it's developper backed. If you want a more stable version of it use hotio's. I personally didn't have any problems with mine, also keep in mind it's not going to be perfectly stable no matter which template you chose because it's still ALPHA software 🙂

    • Thanks 1
  3. 18 minutes ago, hotio said:

    I'm always gonna be slower, since sct knows when he's going to push the button. Certainly not hours....the build does take 30-40 because I'm also releasing arm64 and armhf. Got puid pgid support, images slightly smaller, shared alpine base with some other of my containers, app is tested to see if it starts before pushing to dockerhub and ghcr.io (no limits)....

    exactly, sct's template also doesn't support arm at all. PGID and PUID are in my template. Also he's using the alpine node template but still your's is shared for the first layers. My goal was mostly to have it out before you or binhex puts it on CA but now there's lots of downloads on my template so I'm defenatly not removing it

  4. On 12/20/2020 at 11:19 AM, sonic6 said:

    Hey, 

     

    i saw your overseerr release in CA. Can you tell me what the difference is between your and @diamkil release?

    My guess is he's using a custom docker image, probably more enhanced. I use the one from the creator. so while his release might be more stable (still alpha software tho) my release will probably get the update quicker (by a few minutes or hours)

  5. 12 hours ago, Cpt. Chaz said:

    has anyone gotten the proxy conf working for this? i can't seem to get it working per this example from the github page. i've added the cname into cloudfare and running SWAG from lsio. my reverse proxy is working fine for all my other proxy confs, so i don't think this is a SWAG issue.

     

    edit: duh, forgot to put the container network type on the proxynet! 🤦‍♂️

    I personally use it a different way just pointing to my local server ip and the host port, if it works that way for you I'm happy!