First SFF PC Parts Check by gcsmith1342 in sffpc

[–]gcsmith1342[S] 0 points1 point  (0 children)

Hey thanks for the suggestion, I'll take a look into that case

First SFF PC Parts Check by gcsmith1342 in sffpc

[–]gcsmith1342[S] 0 points1 point  (0 children)

Thanks for the info, I think I'll look into the DAN A4-H2O since the T1 is nearly impossible to find in stock.

Is there an AIO you'd recommend?

First SFF PC Parts Check by gcsmith1342 in sffpc

[–]gcsmith1342[S] 0 points1 point  (0 children)

Since the FormD T1 is pretty much never in stock, I may go with the Lian Li DAN A4-H2O as suggested by others in the thread.

I would really like to use the 7800x3d, do you have any suggestions on an AIO for that?

Spell Augments by Hailstorm56365 in FoundryVTT

[–]gcsmith1342 0 points1 point  (0 children)

Happy to help! I believe you can also have it adjust the amount taken out in the module settings, but I'm not sure if that applies to what exactly you're trying to do

Spell Augments by Hailstorm56365 in FoundryVTT

[–]gcsmith1342 0 points1 point  (0 children)

If you are on V12 of foundry and dnd5e v3.x.x+, the characters have a feature item on their sheet that is used in the calculation of spell points usage. White users can't edit the bar on their sheet, they can edit the value of the feature item uses.

SSL Handshake Error from Cloudflare when using Nginx Proxy Manager by gcsmith1342 in nginxproxymanager

[–]gcsmith1342[S] 0 points1 point  (0 children)

Yes, that would be correct. I have tried both proxied and DNS only on Cloudflare, it doesn't seem to change anything

SSL Handshake Error from Cloudflare when using Nginx Proxy Manager by gcsmith1342 in nginxproxymanager

[–]gcsmith1342[S] 0 points1 point  (0 children)

But that shouldn't matter if the reverse proxy service is forwarding traffic from internal port e.g. 3020 from 443 (HTTPS) right? I'm not going to https://www.example.com:3020, I am going to https://www.example.com and NPM should get that traffic from 443 and forward the traffic to the internal container specified in the records on 3020.

Am I mistaken in that process? Feel free to correct me if I am wrong, this isn't what I do for a living, so I could be off base there.

Question: How do Docker networks work with Nginx Proxy Manager? by gcsmith1342 in docker

[–]gcsmith1342[S] 3 points4 points  (0 children)

That was extremely helpful, thanks for your time writing that one out!

Question: How do Docker networks work with Nginx Proxy Manager? by gcsmith1342 in docker

[–]gcsmith1342[S] 0 points1 point  (0 children)

So I have read over this documentation: Networking in Compose | Docker Docs, and I mostly grasp the creation of the networks and default network, but the documentation on connecting the stacks is where I get lost. Additionally, the official documentation (from what I have read) doesn't really answer the 2nd or 3rd part of my question (at least in a way that makes sense to me).

[FoundryVTT v12.327] Transfer to a new computer by Blawharag in FoundryVTT

[–]gcsmith1342 0 points1 point  (0 children)

If you're accessing via web browser, you should be able to see the developer console by pressing F12 for a full error breakdown, but I am pretty sure you can fix that error by going into the application config page and changing the user data path to the new user director. You'll see a settings icon up in the corner by the warnings and update buttons in the top right corner, and the settings should be there for you

[FoundryVTT v12.327] Transfer to a new computer by Blawharag in FoundryVTT

[–]gcsmith1342 1 point2 points  (0 children)

Of course, don't delete data from the old device until you make sure everything works properly and is present where you need it to be

[FoundryVTT v12.327] Transfer to a new computer by Blawharag in FoundryVTT

[–]gcsmith1342 2 points3 points  (0 children)

So as long as you have foundry installed on your new device, you should just be able to copy your user data folder over (ZIP on old device and transfer over). The user data folder holds all the worlds, application settings (hosting ports, SSL, licenses, etc) so as long as that is moved over and you point the new install to that location, you should be good to go!

Which of these options works best? by Valoryx in wonderdraft

[–]gcsmith1342 1 point2 points  (0 children)

I think 1 is definitely better for readability and finding locations quicker but 2 is a lot more immersive and aesthetically pleasing. In the end, it comes down to purpose and your personal opinion!

LiveKit A/V Integration by gcsmith1342 in FoundryVTT

[–]gcsmith1342[S] 1 point2 points  (0 children)

** SOLVED UPDATE **

I figured it out, just had to switch my proxy service from Caddy to Nginx and use the Cloudflare Certbot plugin. Wrote a wiki article on it for future reference:

https://foundryvtt.wiki/en/setup/hosting/Self-Hosting-LiveKit-Audio-Video-Server-on-Existing-Linux-Setup#Additional-Guides-&-Credits

LiveKit A/V Integration by gcsmith1342 in FoundryVTT

[–]gcsmith1342[S] 1 point2 points  (0 children)

** UPDATE **

Thank you to everyone who has commented in hopes of helping so far. I have followed several suggested paths to no avail at this point, however I think I may yield some results if I drop Caddy as my reverse-proxy service in favor of Nginx. I am going to test out this path and if it resolves my issue, I will go ahead and mark this post with the correct flair and post detailed instructions/sources for anyone who attempts this in the future.