GoodOlCap

Members
  • Posts

    8
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

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

GoodOlCap's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hello again, i recently tried to reinstall my szurubooru instance and the API part throws a bunch of errors befor it shuts down. I noticed that this year the project went to the version 2.5 and I am wondering if the dockertemplate for unraid got updated or this is a problem on my end? Below the logoutput of the api docker: Traceback (most recent call last): File "/usr/bin/alembic", line 8, in <module> sys.exit(main()) File "/usr/lib/python3.8/site-packages/alembic/config.py", line 588, in main CommandLine(prog=prog).main(argv=argv) File "/usr/lib/python3.8/site-packages/alembic/config.py", line 582, in main self.run_cmd(cfg, options) File "/usr/lib/python3.8/site-packages/alembic/config.py", line 559, in run_cmd fn( File "/usr/lib/python3.8/site-packages/alembic/command.py", line 320, in upgrade script.run_env() File "/usr/lib/python3.8/site-packages/alembic/script/base.py", line 563, in run_env util.load_python_file(self.dir, "env.py") File "/usr/lib/python3.8/site-packages/alembic/util/pyfiles.py", line 92, in load_python_file module = load_module_py(module_id, path) File "/usr/lib/python3.8/site-packages/alembic/util/pyfiles.py", line 108, in load_module_py spec.loader.exec_module(module) # type: ignore File "<frozen importlib._bootstrap_external>", line 848, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/opt/app/szurubooru/migrations/env.py", line 23, in <module> import szurubooru.model.base # noqa: E402 File "/opt/app/szurubooru/migrations/../../szurubooru/model/__init__.py", line 1, in <module> import szurubooru.model.util File "/opt/app/szurubooru/migrations/../../szurubooru/model/util.py", line 6, in <module> from szurubooru.model.user import User File "/opt/app/szurubooru/migrations/../../szurubooru/model/user.py", line 4, in <module> from szurubooru.model.comment import Comment File "/opt/app/szurubooru/migrations/../../szurubooru/model/comment.py", line 3, in <module> from szurubooru.db import get_session File "/opt/app/szurubooru/migrations/../../szurubooru/db.py", line 10, in <module> _engine = sa.create_engine(config.config["database"]) # type: Any File "/usr/lib/python3.8/site-packages/sqlalchemy/engine/__init__.py", line 520, in create_engine return strategy.create(*args, **kwargs) File "/usr/lib/python3.8/site-packages/sqlalchemy/engine/strategies.py", line 54, in create u = url.make_url(name_or_url) File "/usr/lib/python3.8/site-packages/sqlalchemy/engine/url.py", line 229, in make_url return _parse_rfc1738_args(name_or_url) File "/usr/lib/python3.8/site-packages/sqlalchemy/engine/url.py", line 288, in _parse_rfc1738_args return URL(name, **components) File "/usr/lib/python3.8/site-packages/sqlalchemy/engine/url.py", line 71, in __init__ self.port = int(port) ValueError: invalid literal for int() with base 10: '5433:5432' Would love to run my booru again :)
  2. @FoxxMD Worked perfectly, thank you!
  3. Hello! First of all: Thanks for this awesome Docker, was exactly what I was looking for! I got this running with no problems and used a custom config.yaml like you described in the initial post. What I am wondering now is if it is possible to change the favicon.png? I tried it with a volumemapping for the client > Container Path: /opt/app/img/favicon.png to /mnt/user/Docker/appdata/szurubooru/img/favicon.png No idea if that makes any sense at all, was just what I came up with looking at the files on Github.
  4. Good evening, i hope that one of you can help me. I tried let's encrypt today using this guide.I didn't have much trouble with emby and nextcloud (Also using no-ip instead of duckdns) but mymcadmin is giving me a headache. I can reach it but all images, js and css files are missing. I searched this forum and google and found different solutions for similar problems but couldn't get it to work. location /mcmyadmin2 { include /config/nginx/proxy.conf; proxy_pass http://192.168.178.29:8080/; } This is my code at the moment, I tried adding all sorts of commands to no avail. I read something about using a subdomain but I guess that is not possible on a free dyndns? That is how the interface looks opening it via https://<servername>.ddns.net/mcmyadmin2 Help would be much appreciated! Edit: I think I solved it! I don't know how but I found this to be working: location /mcmyadmin2/ { rewrite ^/mcmyadmin2(/.*)$ $1 break; proxy_pass http://192.168.178.29:8080/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto https; proxy_redirect off; } Is doing it like this advisable?
  5. It's been a while but I figured (after trying everything I found online) that either my MB is defect or my RAM is incompatible. Turns out the board really was defective, got a new one now and everything is working flawless! Just wanted to let you guys know in case someone has a similar problem.
  6. Hello everybody, first of all: Sorry, English is not my native language, but i will try my best! So I opened a thread in this forum, i bought several parts for my server, as advised in this forum. Now that they all have arrived, I build the server, but it won't work! The setup: Mainboard: ASRock EP2C602-4L/D16 RAM: Samsung 64GB (8x8GB) PC3L-10600R DDR3 1333Mhz ECC R 605313-071 CPU: 2x Intel Xeon CPU E5-2670 SR0KX 2.60GHz LGA2011 20MB The problem is: Half of the ram is recognised in bios, but it is not working. Every ram-module in the slots on the left side (e, f, g and h) is doing fine, but for every ram-modul installed on the right side (a, b, c und d) i get the report that the module did not pass the cpu memory test. I rearranged the ram-modules, i tried to use only the white slots, only the blue slots,... every different module is doing fine on the left side. I also switched the cpu's but this didn't help too. So please: Have you any advice for me? Anything to narrow down which parts may be broken? Or do i need to change something in the bios? Thank you very much for your help in advance! Please note that in the pictures the ram-module in f1 is missing - i didn't installed it right, i already fixed this. All the other modules are installed in the right way.
  7. @ashman70 Thanks for pointing that out, would have totally missed that. But I think after reading about the cheap 8cores I will go for that now @Bjonness406 Thank you very much for this information! I live in germany so 70 bucks don't quiet cut it but I should be able to get 2 of them for around 200€ which is a good deal nonetheless. So back to the drawing board I guess! Regarding Minecraft: I am running a custom modpack which is comparable to tekkit in size for around 4-6 people so I will go with mcmyadmin2 instead.
  8. Hello unRAIDcommunity. I have discovered unRAID a few weeks ago while looking for an alternative to FreeNAS and was excited immediately. I am generally a rookie when it comes to serverstuff so critisism and suggestions would be greatly appreciated! Now for my build: Intended usage: NAS: At the moment I've got around 9TB of Data LinuxVM: Light Emulation (Retro) Docker images: Plex, pyLoad, ownCloud, CrashPlan, Mumble, MineOS Hosting of various gameservers: ARK, CS etc. (one at a time) Possibly use as a "gaming"NAS (more at the bottom) CPU Intel Xeon E3-1245 v5 (~300€) CPU Cooler Noctua NH-L12 (~50€) Mainboard Supermicro X11SSM-F (~240€) RAM 2 x Crucial DIMM 16GB, DDR4-2133, CL15, reg ECC (~180€ for both) PSU Corsair RMx 750W 80+ Gold Certified (120€) HDD 6 x Western Digital Red 3TB (Already owned) USB SanDisk Cruzer Fit 32GB (12€) VM/Docker Drive Samsung 830 EVO 250GB SSD (Already owned) Parity Western Digital Red 4TB (~170€) Case Fractal Design Define R5 (Already owned) Price: 1072 My goal would be to create a server that would last me a good while (maybe 5 years) in terms of streaming capabilities. Would 4k be possible with this build if it should get more mainstream in the next years? The biggest question I've got would be if it is possible to use a high end GPU in a servergrade mainboard like this for GPU passthrough. Thanks in advance for your help!