Jump to content

Joshndroid

Members
  • Posts

    131
  • Joined

  • Last visited

Everything posted by Joshndroid

  1. This is the support thread for the docker templates I have added to community apps. You can find my templates on GitHub at - Joshndroid I am more than happy for some help/pull requests Redlib An alternative private front-end to Reddit. The source is available on GitHub at Redlib-org/redlib Baikal Baïkal is a lightweight CalDAV+CardDAV server. It offers an extensive web interface with easy management of users, address books and calendars. It is fast and simple to install and only needs a basic php capable server. The data can be stored in a MySQL or a SQLite database. The source is available on GitHub at Sabre-io/Baikal The source for the docker is available on GitHub at Ckulka/baikal-docker You can find my community apps page for Baikal at - /link If you would like to roll-your-own docker straight from docker hub, have a look at the guide - Joshndroid/Baikal-Guide NOTE - Baikal seems to be a bit of a pain now with permissions on the creation of the docker. It is wise to create the /appdata folders prior to the installation of the application via the template to stop these permissions errors. Please see here for further Invidious An open source alternative front-end to YouTube The source is available on GitHub at iv-org/invidious The source for the docker is available on Quay.io at invidious/invidious You can find my community apps page for Invidious at - /link For setup assistance please see the Setup Post Troddit A web client for Reddit Built with NextJS and Typescript. Styled with TailwindCSS. The source is available on github at burhan-syed/troddit To assist with setup here is a snippet from the burhan-syed/troddit github regarding assistance on what is essentially required for the environment variables Rimgo Self-hosted frontend for imgur. Rewritten in Go. The source is available on github at video-prize-ranch/rimgo Microbin MicroBin is a super tiny, feature rich, configurable, self-contained and self-hosted paste bin web application. It is very easy to set up and use, and will only require a few megabytes of memory and disk storage. It takes only a couple minutes to set it up, why not give it a try now?. The source is available on github at szabodanika/microbin Apps previously supported but discontinued by developer Bibliogram Apps previously implemented but discontinued by me Cypht
  2. So i tried again and seem to have this working. I have attached some pictures to anyone who is playing along at home. I am unsure of its stability at this time. However if there is interest I may learn how to publish it to CA for others to enjoy. the appdata variable is set to the container /config I was able to use the reverse proxy to provide ssl which also works nice. There is a config file which i describe in the descrption that I have written in the box that gets cut off so ill post the contents of that into here. [Unit] Description=Nitter (An alternative Twitter front-end) After=syslog.target After=network.target [Service] Type=simple # set user and group User=nitter Group=nitter # configure location WorkingDirectory=/home/nitter/nitter ExecStart=/home/nitter/nitter/nitter Restart=always RestartSec=15 [Install] WantedBy=multi-user.target you could change the port 8282 to whatever may suit your host ports
  3. Hello All, I have been looking at Nitter, basically a privacy focused twitter. https://github.com/zedeus/nitter It can be utilised along with RSS readers to give you a relatively nice, privacy focused twitter experience. I am running this within a VM just fine under docker however am unsure on how to move forward. the onliner in for running docker straight within a VM was - docker run -v $(pwd)/nitter.conf:/src/nitter.conf -d -p 8080:8080 zedeus/nitter:latest did have a crack in pulling in the docker from docker hub in CA. i had a play with the template. I setup variables = PUID = 99, PGID = 100 Host Port = 80 (Container Port: 80) Appdata config path = /mnt/user/appdata/nitter (Container path: /config) Within the github - https://github.com/zedeus/nitter It mentions that it needed a nitter.conf which I had placed within /mnt/user/appdata/nitter prior to first running of the docker. The container starts however no webgui is generated.
  4. by me replying and you replying we have it here in the thread. it can be found now if people search. ¯\_(ツ)_/¯
  5. I think you need a section for step involved in swapping a card (Nvidia for Nvidia). For example 970 out, 1030 in. I had asked a question in the forums with no answer, however; So for anyone who is playing along at home (in the future) 1. Turned off all the auto starts for docker and VM's to be on the safe side. 2. Shutdown unraid PC 3. Swapped out the 970 and in the 1030. 4. Power up server 5. Wait for full boot up, watching terminal output (as had hdmi plugged in) 7. Check in Nvidia plugin - new 1030 was recognised. 8. Update GPU info into the containers for plex, etc. 9. Remove then reinstall GPU statistics (for some reason this did not refresh with new info until I completed this). 10. Profit!!?????
  6. Alright so for anyone who is playing along at home (in the future) 1. Turned off all the auto starts for docker and VM's to be on the safe side. 2. Shutdown unraid PC 3. Swapped out the 970 and in the 1030. 4. Power up server 5. Wait for full boot up, watching terminal output (as had hdmi plugged in) 7. Check in Nvidia plugin - new 1030 was recognised. 8. Update GPU info into the containers for plex, etc. 9. Remove then reinstall GPU statistics (for some reason this did not refresh with new info until I completed this). 10. Profit!!?????
  7. Hello all, Before I dive into this a little later today I wanted to make sure that this was the right process. I checked the Nvidia plugin thread the other day and this isn't listed. I wish to swap out a 970 in my server for a 1030, to free up the 970 for a different build as its op for my needs. Can I just power down, swap card and reconfigure the containers with the new gpu id? Is there anything else I should be doing? Cheers
  8. Thanks mate, I like the concept so looking forward to your work on it further.
  9. Hello all, Last night my server had its first lock up in a few months since jumping across. I could no longer see it on the network and when i finally got home form work it was not indicating hdd light so it was locked. Various network reboots/etc to no avail hoping to get it back. I couldn't access the webgui/etc as it was not showing on the network Had to reset it via manual button Currently running a parity check I am wondering where all the logs are so i can try and work this out? I have searched here in the forums and it indicates user scripts trouble shooting mode to try and catch weird crashes. But I can't see a tick box or scripts indicating that 'mode' Has this changed? Is there a persistent log I can try and view? Cheers.
  10. After some further looking it depended on the client running on the system... So once i started checking out the nightly client ferdi releases I could see more services listed (such as nextcloud calendar)
  11. Thanks mate for the further work on this.
  12. I tried your checkmk raw container and it locks up my docker when trying to stop the container... It wont stop or delete or anything of that nature. I had to force a reboot to get back control of the server. I had tried terminal as well to kill it and that didn't work. I gave it another crack a few days later and same result. Its on my no go list now based on those experiences. I thank you for all yoru work it just seems this container doesn't play ball for me.
  13. I have just updated the repo in the original docker config template I had been using and seemed to work fine no issues thus far.
  14. LoL... i have 12TB.... that isn't full.. I have about 400-500GB of pure important data that has multiple backups externally. I wouldn't mind increasing the drives from 3TB to 4TB drives but until they start to die or fill up i kind of dont see much of a point unless i grab 3 drives straight away to begin the process (ie the 2 parity drives and a single larger data)
  15. Managed to get this up and working this afternoon; sqlite, ssl, reverse proxy, custom domain, smtp, all working a treat. I had checked ferdi out, rebuffing yet another service with a bunch of my data, prior to finding your container for the backend stuff. Love it. Thanks for the work and keep the updates coming one thing I do see is that the services offered are not as plentiful as those in their github or on their 'services' page
  16. I would like to see xBrowserSync... "xBrowserSync synchronizes bookmarks across devices and browsers with end-to-end encryption" on privacytools.io. It also has an official docker page to track - https://hub.docker.com/r/xbrowsersync/api It can hook in with mariadb It is fairly browser agnostic and seems to handle bookmarks a bit more natively than those such as shaarli (which I am using now).
  17. I have nginx attached to a proxynetwork, as originally advised within spaceinvaderone's lets encrypt video. I find this to work perfect. I have multiple dockers running just find while attached to proxynetwork What i can't seem to get to work is basically, nginx to redirect straight back to a lan address. Is it possible to hit nginx at 192.168.1.xx have have it kick you back out to a 192.168.1.zz address and supply a cert? (utilising redirect) I can hit nginx at 192.168.1.xx and push across to 172.1.1.yy and get SSL certs. What i am trying to do is utilise Nginx as my catch all and push it to either through to the proxynetwork 172....... addresses or redirect back to 192.168........ address if that it at all possible, mainly due to the fact that I cant get my VM to expose itself onto the proxynetwork for it to work that way as it is just not how it works
  18. This Might be dumb lol : Can I use Nginx proxy manager to redirect to br0 Hey All, I have no idea if this is possible but thought I might ask. Is it possible to use Nginx Proxy Manager to redirect back to local IP for stuff hosted on VM with SSL I have Nginx Proxy Manager setup and can utilise it for things attributed to custom network 'proxynet' VM's are using br0 network of course. I wish to use it to redirect back out to a VM address on my local lan, providing it a domain and a SSL cert on the way. Is this even possible?
  19. As dumb as this may sound; It may seem that the generation of port may be playing a part in why it dies. I noticed in the log this error - usbhid-ups[7753]: nut_libusb_get_interrupt: Input/Output Error. I read a very old post in which people were advising that nut was using an old libusb which is deprecated and been replaced. It also advises within that the newer libusb it addresses deficiencies with USB 2 and 3... source: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810449 On flowing through i can see that this is still an open issue on the NUT's github https://github.com/networkupstools/nut/issues/300 Considering I don't have much to lose at this point i noticed I had the USB plugged into a USB 3 port on the motherboard rear (it may have been even a 3.1 port, hard to tell colour at the back in the dark). Anyway I switched the USB to the keyboard/mouse usb at the top of the motherboard and voila, hit refresh and UPS came back. Something it has never done before after it dies. Something to think about when using the USB plug from your UPS
  20. I have a CyberPower 1600 UPS. 'VP1600ELCD' which is connected via the supplied USB plug. It worked fine in the built in UPS section. I want NUT so I can also tie it in with home assistant. Anyway.. I have it up and running and can see it in home assistant. My problem is that it seems to just die randomly. Usually a reboot will fix it however sometimes it again just dies. Basically it it is working as intended and then it just stops reporting anything and shows all '-' and N/A in the little page footer bit. I try a 'reload' using the button in the NUT settings but it doesn't come back. I have set the built in UPS settings as noted in the fist post. Anything else I can try? Any ideas
  21. I initially wasn't worried about the errors however with cabling not being touched or moved during the evening it was logging a few more. I can try swap a cable to see if it was that. I'm sitting at about 7122 errors on that drive for crc.
  22. Hey all I have 2 cache drives setup in my unraid setup and one of them is throwing a bunch of crc errors. I am going to replace it out with a new one and am unsure on the process. I see that replacing a cache disc is on the FAQ but can't find any steps when replacing 1 out of 2. Shouldn't this be a simple swap over and add to cache pool to which it will just copy back across? Same disc size just straight swap 1 for another. Or do I need to still follow the guide no matter what? Cheers
  23. I have found much better success with the dns challenge
  24. Righto all. RE - 502 Gateway error Just a quick psa that had me scratching my head for a few days and cause me to install/reinstall this and other containers that doesn't get mentioned in many videos on container setup when using a custom proxy network wondering why it would work fine for hours then break giving 502 bad gateway errors. Set your container IP's as static within unraid container edit page as they are ultimately static in the proxy manager. So whatever ip you designated the redirect ip to, in my case 172.18.0.5 is what you need in the container edit page under the ip. Can't believe I was so oblivious to this yet have static ips for all sorts of things. I was under the impression that unraid would just keep giving containers the same ip for some strange reason. I'm sure heaps of people know this one but had an epiphany this morning after my dramas. This container kicks butt btw
×
×
  • Create New...