

Are the two servers on the same LAN? Did you update all configs for the new servers address?


Are the two servers on the same LAN? Did you update all configs for the new servers address?


Is the docker container spinning up and running, or failing and exiting?
Run docker ps, it’ll tell you how long your containers have been running or if they exited.
If everything is running then it’s most likely network, and I’d need to know how it is you used to access it on the old server (web address? Ip?)
If it’s not running then you get to dig through error logs to get to the next step 🤓


What do you mean “doesn’t have the same way”?
My first method eliminates waiting to see if your students code runs fast enough. Unless complexity is part of the assignment, I’d still say go for the hash.
It’s also less work for the professor/grader.
I mean just for the love of God don’t spin up something on your company’s infrastructure that accepts file uploads.
Just don’t.
If you’re reading this and going “well, it’s just internal,” or “well, it doesn’t do much it just accepts this exact file type.” My god. Ask your CISA. And if they’re okay with it, cool. That’s on them.
Unless your whole business is transferring files, don’t. And even then… Don’t.
And if you’re still confused, the answer is to use another company’s infrastructure for this. Use Azure. Use AWS. Use Google cloud or even g suites. Don’t accept that liability. Let the trillionaires do it.
Why give your students a way to get RCE on your institutions servers through anything less than perfect file upload implementation.
For a .tar? I wish you the best…
Instead of that, simplify.
Use unique salts for each assignment per student.
Align hashes with those salts to check the outcome for each students assignment.
Literally have them send you a CTF style sha256 string.
Do it step by step where each step doesn’t depend on the next, grade as a percentage of flags accurately procured.


For getting your stuff available over the internet, y I recommend a secure tunnel with wire guard between your vps and servers running the services.
Make your vps an authentication portal using stuff like Authelia and Fail2ban.
If you’re really needing out, get ELK stood up for free and get agents on your containers/services to keep visibility into any potential… Anything
I finally got my home services covered with my website’s wildcard ssl. Which is great, because now I can setup ELK Stack and setup an auth portal on my vps, and get Plex and gitlab out of the house securely.


It’s probably more than that daily.
If you don’t have a specific goal, here are some ideas.
Build a NAS.
Use a bunch of small PCs or pis, build a CA, a DNS server. Make an db server and an app server.
Get shit running on your network.
Suit them all up with ELK stack.
Misbehave on your own network. Go find evidence for your misbehaving.
DoS yourself.
Without goals it’s tough to give ideas beyond general like this.


Maybe instead of complaining, provide the summary yourself? Be the change you want to see in the world!
I am happy to watch the video and see no issues with people using Lemmy for its intended purposes.
I wouldn’t say setting up a reverse proxy (to your home LAN) is painful. Its just generally Ill advised. Its painful if compromised.


It does work for this use case.
You don’t need to, you can use wire guard.
Mullvad is the only VPN you can pay for with cash and actually remain untraced.


I didn’t say you need it. I strongly recommend the as a provider.


No I am talking about creating a secure tunnel.


Secure tunneling.


Mullvad
Mullvad
Mullvad.


D’oh.
Yep. My b. WordPress or bust, really. You can mess around with drupal or Joomla, but WordPress will be the lowest barrier to entry for self hosting.


I agree, I only include it as a “woah this WordPress stuff is confusing!” lower barrier to entry.
Try WordPress first. If they’re absolutely stuck, wix is a lot more beginner friendly. But yes, beware of the downsides to having your hand held.
I think the bulk of users are running discarded junk and raspberry pis.
That was me, I built a ~$5k rig and now some of what I’m doing is just nonsense of a typical self hoster, so the point is somewhat valid, but even those like me mostly started out with discarded junk and raspberry pis.
Docker used to scare me until I tackled a project that required me to use it. Then I realized I learned it without knowing I’d learned it.