Eddyall

Members
  • Posts

    41
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Eddyall's Achievements

Rookie

Rookie (2/14)

2

Reputation

  1. Hello me again, I installed your Beta version of the docker but it is still using a version of Mediawiki too low to get the Infobox extension running (1.37 and up). Is there a way from the template or the like to get a newer version of Mediawiki so I can get the extension working? If not... may I ask for an update pretty please?
  2. Hello, having a bit of an issue with having a stable Szurubooru (image DB viewer) working lately while it's been good for the past while. Seems to happen when the Szurubooru becomes sizable but pretty sure that's not the root cause of the issue. For context, I have multiple dockers running off the one postgres11 instance: Grocy, Firefly-iii, Mediawiki, nextcloud and two set of Szurubooru one for music and the other for images. Now because Szurubooru comes in 2 dockers, one for the API and one for the web client. I've not been able to find a way to change the port used by the API so I had to set one at br0 with it's own IP address. The problematic one is the one for images which is the bigger one but also the one on br0. ATM the API docker for the image Szurubooru will just close if I try to run it on br0 but if I set it back to the bridge as the only Szurubooru running, seems to just work. Any insight on why it being on br0 breaks something or how to check how much resources a docker can use on Unraid would be appreciated. Logs don't show much, just that the API can't connect to Postgres on the right IP/port while it could fine yesterday.
  3. Ah that would be it then thank you, 1.33.4 If it's a fresh install ish, with only the above extension trying to be added, would there be any issue with updating it to latest as far as you know? by changing the setting to true in the template
  4. I try it manually but putting the files from the github in the extension folder (appdata/mediawiki/www/mediawiki/extensions/PortableInfobox) and wfLoadExtension('PortableInfobox'); at the end of both LocalSettings.php/LocalSettings_Extensions.php (appdata/mediawiki/www/mediawiki) If I add either nothing, a single "#", dual "##" or a "$" before end, doesn't help. (not that it should really for half of these) I also tried the Extension Manager after removing the files+resetting the .php but it failed at finding the extension and downloading the file, it just added "wfLoadExtension('PortableInfobox');" in the LocalSetting.php.
  5. Hello, trying to install the PortableInfobox extension, anybody has experience with that? Adding the files+line to load it in the LocalSettings_Extensions.php either doesn't seem to import the extension or causes a 500 HTTP error as the docker fails to start correctly.
  6. Hello, thought I would ask this as it could benefit other since google isn't giving too good answers readily. What would be the best and/or simplest way to secure a server? (Oceanblock for me specifically) New to the whole Minecraft server thing, I know I could set up a reverse proxy but I also imagine knowing how the whitelist works would be simpler. Thank you for the help and the docker templates A second question too while I'm at it, would it be possible for you to create an Agrarian Skies template/explain how would one go about making it? (and since it's old, add the fix for the log4j exploit)
  7. I completly forgot that in my panic will not solve the IPMI one but let's hope I don't need it in the near future THANK YOU!
  8. Hello, so long story short my server was set on a static IP on the 192.168.xx.xx range The new IPS router decided to switch the network to 10.xx.xx.xx I don't really have a screen connected to the server ATM, is there an easy way to either see the server with the 192.168 range even if the router is set up for 10? Failing that I'll mess around to try connecting a screen and whatnot to disable that option, I usually use IPMI but can't reach it ATM :l Thank you for any help provided
  9. Fair enough, but as a noob (I know some theory, just never done it) any recommendation beyond SpaceinvaderOne's tuto for good information? Not looking to expose anything I don't need to or other stupid mistake like that.
  10. I currently use IP:port to access my Unraid, haven't messed too much with networking with it beyond setting a fixed IP address in the setting. What would be the easiest way to allow the docker to work just on the LAN? I currently have it installed, it's blocking me from creating an account due to lack of HTTPS, resources online seem to indicate I still need a certificate, which make sense, however at that point I might as well bite the bullet now and set up a domain.
  11. Silly question maybe, but would Vaultwarden work without setting up so it's publicly facing with a domain name? I don't need that functionality ATM, thx covid, but I'd like to host my own password manager while leaving the option for making it available outside the home open for the future. As long as it would work on the LAN it'd be good enough for now.
  12. Okay, with what you've said and the previous post, I did manage to get everything back I believe. Thank you very much for that. and I will look as ASAP as I can for how to do cron job.
  13. Hello, looking for either a docker or something I could set up on the Unraid machine to be available to both phone and PCs. I'm looking to keep track of physical collection (books, blu-ray, etc.) and also small computer part like screws, case bits and drive trays. I found a couples things so far that didn't really work, Grocy and Snipe-IT. They are just set up for completely different workflow. Just checking if anyone would have a suggestion? Something that lets me view and edit an SLQ database on the fly with a GUI would basically do the job. I'm currently using a .txt but having A the information centralized, B the sooner I set it up the better and C thumbnail aka quicker visual feedback would all be nicer. Thx for the help in advance
  14. Hello, recently made the error of deleting my Postgres11 docker instead of the pgAdmin 4 docker to which I lost the password for, I got the two dockers working again except I don't have my data it seems. I had two database for Szurubooru, one might be lost (lame but oh well) but the other shouldn't have been affected by me fumbling around with reinstalling the postgres docker. Post above for avlec were the solution basicly. However I'm not too sure about how to link/add the second database so the postgres docker can see it. Any simple way to add it back from pgAdmin? Or even not so simple ways Edit: Suggestion on how to set up auto backup/snapshot for the docker image so I can more easily fix that kind of screw up in the future also welcome.
  15. Hello, I'm trying to get 2 instances of the Szurubooru dockers to run at the same time. This docker is in 3 part essentially: the Postgres database, the Szurubooru API and the Szurubooru client. API connects to the database and Client connects to the API. I have manage to run the API dockers fine at the same time since their host number can be adjusted, however this is not the case for the Client docker, it expect the port number to be 6666 for the API. The Client docker's setting has a field to set the IP of the API docker, it doesn't have a field for the port number of that IP. I've tried giving an IP to the dockers that wasn't the Unraid server's IP address with Network Type > custom: br0, however probably because I missed a step this just resulted in everything loosing track of everything else. I'm looking for a solution where I can essentially either hide each set of API+Client or what who be the proper way to assign an IP to a docker. The first one would be the better solution IMO due to not spamming the network with a bunch of IP addresses for a single service per docker. The use case is that both Szurubooru are for different type of content, images vs music, I like the layout that Szurubooru will give me for both but want to keep each data set apart. Thanks for any help, left a message in FoxxMD's support thread a couple weeks with this issue back but haven't heard back yet.