Spyke

Posts

selfhosted·Selfhostedbybergetfew

Setting up a server for a research team. What should be in my checklist?

I've been asked to set up a server for a research team at my university. I've already had the practice of setting a server at home, so I have a rough idea of how things should be done. Still, I wish to follow best practices when setting up a server for this use case. Plus I would prefer to avoid too much tinkering for the setup since I'm planning to keep the installation as simple as possible.

Following are some rough constraints and considerations for the setup:

  • Server computer is a Mac Mini (latest model I think?). I've been told they would replace macOS with Linux, still I believe I should ready if they don't (I don't have experience with macOS at all)
  • Server will be situated in university and provided a static IP address
  • Team needs remote access to the server, presumably comfortable with using CLI
  • I am unlikely to be permitted access to server myself after setup, so it should be ready to be managed by the team
  • Extra hardware and/or paid software could be arranged but to a limited extent and within reason

I don't think they have really any requirement other than having remote access to the server. I think SSH should suffice, however I was wondering if I could also arrange for backups, GUI server panel etc.

View original on sopuli.xyz
asklemmy·Ask Lemmybybergetfew

How much damage could you do with the power to shoot cosmic rays?

Ever since I've seen the Veritasium video on cosmic particles, I was wondering how much of a threat it would pose to our current computer systems were it to be used as a weapon.

Suppose the power allows to you to shoot streams of cosmic ray from your fingers.

  • It can be as intense as you want as long as it's reasonably harmless to humans.
  • You can only direct the rays towards objects within your field of view or whose position you can confidently approximate, so you could target a nearby server behind walls or a plane in the sky, but not a computer on the other side of the world.
  • You can use this power for as long as you like with no cooldowns or energy consumption.
  • No one can observe the rays, not even yourself
View original on sopuli.xyz
selfhosted·Selfhostedbybergetfew

Is it okay to store Backrest/Restic within the stacks managed by Dockge?

Just a quick question on whether it is alright to have Dockge manage the Backrest/Restic container as one of its stack.

Currently my main directory is as follows:

  • ~/docker
    • dockge
    • stacks

I only have Dockge running as an independent container whose data is inside its respective folder. Every other container is managed via the stacks and all volumes are stored in their respective stack folders.

For context, I just want to back up the ~/docker directory and I am only planning to store the data in the same local machine for the time being but I wish to be able to import it to a different drive in the future. I just want a simple backup solution that is reliable and easy to manage.

Since it's my first time setting up a backup solution like this, if you have useful advice on the steps for properly backing up data for my config, I would really appreciate it.

View original on sopuli.xyz
selfhosted·Selfhostedbybergetfew

Trouble setting Let's Encrypt certificates for Pangolin

I've recently gotten into self hosting. I have a VPS and a domain name and decided to set up Pangolin as a reverse proxy to my local homelab.

During the options in the installation, I was asked to provide an email address for "generating Let's Encrypt certificates". I don't have a clue what what role my email address plays into this nor what email I should provide for the setup, so I just gave one of my personal email address. Everything worked fine and the service was completely set up in the VPS.

However, logging into the dashboard, I was informed by my browser that the certificate of the website is self signed and visiting the page may be dangerous. Although I was later able to access the panel with https enabled, I felt this setup is not okay and decided I would need to fix it.

Unfortunately I have no idea how certificate issuing works. I tried to search for a solution online and read the docs for Pangolin and Traefik as well as rewatch the tutorial through which I set up Pangolin, but either they tend to skip explaining the email thing or go too much into detail without even explaining where to start. I also checked my inbox to see if the CA pinged me or something but to no avail.

I feel like I'm missing something in my setup which was apparent to everybody else. I would really appreciate if someone could help me ELI5 what the root cause of this 'email' problem is and how to fix it. I am willing to set up the service all over again or edit the config files if needed but I just need to know what to do.

View original on sopuli.xyz
android·Androidbybergetfew

ProtonVPN on Android does not let me access localhost sites from other devices

My phone is unable to access any other device in the network when connected to ProtonVPN via the free tier. My other computers are able to communicate with each other even when they have their own instances of ProtonVPN enabled with free tier. I've checked their settings in the Android app and apparently local connections are paywalled.

Oddly enough, sharing files from the phone to other devices via LocalSend works, though you would need to share them via an HTTP url.

I find this to be very stupid and frustrating, especially when local connections are allowed for free for computers. I want to continue with this service but it's making it difficult to do so as I wish to be able to access my selfhosted services locally. Is there any way to mitigate this while still keeping the connection active?

View original on sopuli.xyz
nostupidquestions·No Stupid Questionsbybergetfew

How does Apple make its infomercial animations to be identical to its software UI?

After seeing the latest Apple WWDC with the introduction of the new design system, it was surprising to see how their redesigned 'Liquid Glass' interface shown in the live stream was exactly consistent with their developer build. It wasn't just a screen recorder thing either; the presentation demonstrated individual components and multiple screens with morphing and other custom animations that couldn't reasonably be simulated in an app. On the other hand, animating the interface with normal video editing software would be equally impractical when replicating the behaviour of the actual software for displaying example cases of apps.

Is it just a thing of ensuring impeccable QA in producing renders like this or do they have some specialised software for these purposes?

View original on sopuli.xyz

You reached the end