Eddyall

Members
  • Posts

    41
  • Joined

  • Last visited

Posts posted by Eddyall

  1. On 8/8/2022 at 10:40 PM, d8sychain said:

    @Eddyall I looked at the extension, from what I can tell it is for MediaWiki version 1.37.0 and above. So unless you've updated the MediaWiki version that is packaged in the docker container then it's probably not compatible.

     

    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. 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.

  4. 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.

  5. 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)

  6. 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

  7. 46 minutes ago, yogy said:

    Yes you can, but in that case it's more exposed to possible "attacks".

     

    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.

  8. 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.

  9. 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

    • Like 1
  10. 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.

  11. 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.

  12. Hello again, trying to get 2 instances of the dockers running at the same time. In short the goal is to have both sets of data separated, one for images the other videos, and while I could use Jellyfin for the second I'd rather be able to use tags for searching the content. Setting up the second API and the database is strait forward but since the API port to be used in the client isn't one of the default 6666 I'm not sure how to go about changing it in the best way?

  13. Hello, trying to get imgbrd-grabber by Bionus to work with the dockers, having some issue with setting it up. What would be the settings I want to input in the application so I can use my PC to have it add pictures on the Unraid server's szurubooru? The documentation is a bit bellow what it needs to be for my level so just want to remove possibility. The logs from Grabber seems to indicate I'm sending the proper node request but the logs from the dockers (Postgres/szurubooru-api and client) don't seem to indicated they have received anything.

     

    Currently the settings in tools>options>commands>database are as follow
    -Driver: QSLITE
    -Host: unraid's IP, no port
    -User: username of the szurubooru admin account
    -Password: password of the szurubooru admin account
    -Database: prosgres
    -Image: node szurubooru.js "YOUR_USERNAME" "YOUR_TOKEN" "%all:includenamespace,unsafe%" "%rating%" "%source:unsafe%" "%path%"

     

    Thanks for the help and the dockers, let me know if you need anymore detail.

    ------------------------------------------------------------------------------------------------------------------------------------------------------

    Edit: will leave here so it might help others, you want to follow https://bionus.github.io/imgbrd-grabber/docs/commands/szurubooru.html , not touch the Database tab however modify the szurubooru.js with axios.defaults.baseURL = "http://[SERVER_IP]:6666"
    Also make sure that spaces are replaced by underscore in options>save>filename
    Grabber is still failing for me but at least what it's trying to do is working with CMD so issue is due to me/my setup at this point, will edit again if I figure it out

    Edit2: fixed now, issue was due to where the script file was copied I think but not sure, having the .js in two spot is what fixed it but that's a bit weird as a result but oh well, hopefully this helps someone else in the future.

    • Like 1
  14. On 6/25/2021 at 7:31 PM, TangoEchoAlpha said:

    The loss of CaseLabs was a real shame.

     

    The only suggestion I can think of would be the Fractal Design 7 XL, although they seem to be like rocking horse poo at the moment. I keep on the lookout myself, but they are out of stock in the UK and have been for some time...

     

    I did actually went with that case in the end, had to rush a bit in case some of my parts needed to be returned, but from research seems that was really the best none rack case I could fine. Good thing I rushed it because the coolers I had needed to be returned and I had received them early. One thing that does seem to not exist anymore tho are the extra drive mounting items, only got to see less then 30 total on Ebay so words of warning for people looking at this case for a storage build with hard drive.

    For anyone stumbling upon this, LGA-2011 v3, there's a square ILM and a narrow ILM, make sure the cooler match the right one.

  15. So long story short, got part for rebuilding the Unraid machine including a Supermicro Motherboard, went to install it and realized that half the standoff are not where they need to be and as I don't want to start drilling new standoff spot I'm gonna need a new case sadly. Looking online ATM but the ones I know seems to just be discontinued, so will continue to look but would appreciate the help of others with recommendations. I'm looking preferably first for a tower, I don't wanna get a server rack just yet if I can avoid it.

     

    I already got the coolers for the dual CPUs, Noctua NH-U12S redux (Height 158 mm) and I currently have 6 drives. I'm in Canada for what I can get shipped. I got extension for 24 and 8pins so tower height not too much a concern. I'd also need space for a 5''25 inch bay for a BluRay drive but at this point I can move that if I need to. 

     

    Thanks for any help that can be provided.
    I'm really wishing CaseLabs still existed right about now.

  16. Decided to upgrade my server and reuse most of the current part to make a gaming system, not having much luck with hardware passthrough and wanted to put in a HBA. Currently looking into it but as a new user to server component, I thought I would check online for validation.

     

    Couple questions/worries I just want to clear

    1. Does Unraid play nice with dual CPU motherboards in general?
    2. What's the impact of only having 2 DIMMs in Quad Channel? Thinking of getting only 2x16GB DIMM to start with for each CPU. If I recall correctly speed will be impacted but that's it.
    3. Do I need to match RAM quantity for both CPUs?
    4. Are the passive cooler for socket R good enough with a normal airflow or would active cooling be recommended?
    5. Any recommendation on NVME controler for 2-4 drive that should play nice with Unraid?
    6. I'm looking at getting either the Supermicro MBD-X10DRI or the MBD-X10DRI-T wich has 2 10Gbps port instead of 1Gbps, dual/quad 10Gbps NIC recommendation would also be welcome to see if the price difference with the MBD-X10DRI-T is worth it.

     

    Thanks for any help and feedback, if you need more info from me feel free to ask.


    The machine is currently used for

    • File storage
    • Plex (Jellyfin really)
    • Ingesting media (DvDs/BluRays)

    Things I'm looking to do in the near future

    • VMs for hosting Foundry (Virtual Tabletop for RPGs)
    • PFSense
    • Cloud hosting/streaming
    • Steam Cache

     

    Current Unraid Server, Parts kept

    • Corsair 750D
    • GeForce GTX 1650 SUPER
    • ASUS BW-16D1HT
    • 2x8TB + 4x4TB HDDs
    • 1 500GB PCIe 3.0 NVME
    • LSI 9207-4i4e SAS HBA
    • 750W PSU from Corsair

     

    New Parts Plan

    • CPU: 2 Xeon e5-2660v3, these seems to have good enough performance at ~100$ CAD each
    • MB: Supermicro MBD-X10DRI or the MBD-X10DRI-T if I can find one for not that much more
    • RAM: 1 kit of 4x16GB ECC DDR4 split 2 for each CPU
    • NVME Controller: looking
    • Dual/Quad 10Gbps NIC: looking
  17. 12 hours ago, codefaux said:

    I'm sorry, I'm trying to follow this but somehow I'm not quite there -- what specifically are you looking into feedback on?

     

    Software suites, or configuration tips? Or more of a "put X items in server a, Y in server B" and so forth? More of just a sanity check?

     

    Ya I don't blame you, the optimal thing to do would really be to get a platform with more PCIe lane. I'm looking for either software suite or OS to turn the old gaming rig into something that will let me:

    1. Rip/ingest BluRay and DVDs from the old rig unto my server automaticly
    2. Act as a disk shelf for the server

    Preferably I'd want something that I don't manage and can just be managed from the same GUI as my Unraid server, at least after setting it up properly. I know I could use Unraid on both machine but that would let the main Unraid instance access the second Unraid instance shares but not add the storage space into the main pool. ei it would make two NAS instead of one NAS linked to a DAS.

     

    12 hours ago, codefaux said:

    The only thing I can directly comment on is this part.

    - First, Jellyfin is a fantastic project, and I'm sure you know it forked from Emby originally. I also tried the Jellyfin route, and thusfar I actually haven't had good experiences with it. I'm actually interested in your experiences with this, as if it's improved I might use it as a fallback -- I have an Emby Premiere account, and my experiences have made it worth the Lifetime license. Primarily though, I mention this because I'm interested in hearing if you have a good experience with Jellyfin, and your feelings of that experience vs Emby, if you have any.

    - Second, unfortunately (and this isn't just an Unraid limitation) -- you can't. Not simultaniously, and given the on-demand nature of Jellyfin that's just asking for misery. You can only use a GPU in a VM as a passthrough device (someone correct me if I'm wrong) and this will make it effectively unavailable to Unraid's use, full stop. Professional GPUs support things such as SR-IOV where instances of their function can be split between multiple virtual hosts and other fun tricks, but consumer-grade GPUs, to my knowledge, universally do not support this featureset.

     

    By the time I was installing stuff I'd heard about how Plex started free to use but that changed, Emby started as a fork but did the same and Jellyfin is the current project saying it'll stay free. So I did not try the other two. I followed Spaceinvader1's tutorials for it and so far it's working good, streaming to my phone and a couple computer stream at the same time in 1080p/720p mix worked for me. Think in total I did 5 stream which is 4 more than I really ever need. I did sometime have stutter when watching that went away by dropping the stream rate, haven't had issue since and I can't really tell the difference between 60 and 20 Mbps. I do it a bit more manual then it needs to be but I rip disk with MakeMKV to an ingest share, rename to season/episode sxxeyy in folder, move to movie or tvshow share, use sonarr/radarr to rename the file, by that time Jellyfin has picked everything up but I go in dashboard and do a library scan if I've imported a lot of stuff. The only thing that I've not had great luck sometime is the show being identified correctly but that's it. (and probably because the shows are anime when that happens)

    For the GPU usage I did a slight error writing originally, the goal isn't to use the same GPU concurrently for transcodding and VMing, from what I know you're right a GPU can either do work for dockers (any amount) or be used in a VM. I'm searching for now, but I think to manage it I'd have to manually make sure to close the VM if I was opening Plex and vice versa, what I want would be for Jellyfin to recognize if GPU available do GPU transcode else do CPU transcode. I think that if the GPU disappear Jellyfin will need a reboot which isn't optimal and since my main rig is Linux I kinda want a Windows VM for game that aren't native/do not work in Proton.

  18. Current Config

    Unraid Server
    -AMD Ryzen 7 3800X 8-Core
    -Gigabyte X570 AORUS PRO WIFI
    -2*16GB RAM
    -GeForce GTX 1650 SUPER
    -Radeon RX 570
    -ASUS NIC XG-C100C
    -ASUS BW-16D1HT
    -1*8TB+4*4TB HDDs
    -1 500GB PCIe 3.0 NVME (Main cache)
    -1 1TB PCIe 4.0 NVME (VM cache)

    Old Rig
    -Intel i5-2500k
    -Gigabyte GA-Z68X-UD3H-B3
    -2*8GB RAM (DDR3-1600)
    -GeForce GTX 570
    -A DVD writer from ASUS
    -2*1TB+1*500GB+1*~250GB HDDs

    Extra part
    -LSI 9207-4i4e SAS HBA
    -1 8TB HDD

  19. Due to slight error, I'm ending up with 4 PCIe device in a server that can accommodate 3. I wanted to add an HBA card but I forgot to account for the 10Gbps NIC I have installed. I'll be looking into how I could use a single video card non-concurrently for transcoding in Jellyfin and used in VMs but in the mean time, an option I was thinking about was to use my old gaming rig I decommissioned last year to rip BluRays/DVDs and free a SATA port on the MB of my Unraid machine.

    However sometime that would also be interesting would be to use it as a disk shelf/DAS. My old rig uses an i5-2500k (old old rig) so if the idea is doable I might upgrade the MB/CPU/RAM eventually but since I'll have the HBA I was thinking of using the case to hold HDDs. I have 4 in that rig which health probably aren't amazing but were still working fine. Ideally I would want everything to be controlled by the Unraid server but that's not imperative.

     

    The easiest way to do this would be to install another version of Unraid on the old rig and set up a SMB share from what I know/have researched, but I wanted to check with others if there was other options I could look into/pursue. The goal isn't necessarily to be optimal but reuse old hardware and have fun with it.

    Thank you plenty