• 5 Posts
  • 910 Comments
Joined 2 years ago
cake
Cake day: July 7th, 2023

help-circle



  • No offense, but this literally talked about nothing at all. The last half is just some ideas that don’t follow a cogent line from one thing to the next.

    You should try writing a script about a topic, and sticking to it . Especially if you don’t feel comfortable about speaking off-the-cuff facts about what you’re delivering. It connotes a lack of understanding and knowledge about a subject.

    Ask yourself when speaking about something: if a listener took something away from this speech, what would it be? Then write for that prompt.




  • First things first: you may be misunderstanding how phones run Linux. A stock Debian install certainly will not work for a number of reasons, but mainly drivers. Storage is second. Phones are flashed with specific images created to work with the storage in each specific phone.

    Second: you’d need to make sure the bootloader on your phone is unlocked and able to be used for such a thing. Quick search shows that Ubuntu Touch did work on it at some point, but was deprecated long ago.

    Third: if you just want practice, you can probably find packages to install on the phone that will run an HTTP server. That might be a simpler path.

    I’m not saying don’t try, but you’d be starting from scratch, and if you aren’t familiar with these things already, I’m not sure this is a forum to get enough help on the VERY involved process of bootstrapping just a basic running kernel on your phone model. It probably can be done, but you’d be doing it from scratch it seems.










  • just_another_person@lemmy.worldtoSelfhosted@lemmy.worldCan't access Vaultwarden
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    5
    ·
    edit-2
    8 days ago

    If you don’t want to expose port 80 or 443, then just change the ports they are running on. Right now you’re mapping 80/443 in docker, so just change those numbers to something else if you don’t want to use them. The number on the right is the internal service port, and the left of the colon is the port you’re opening to proxy to the port on the left. Adding Caddy does exactly the same thing and serves no purpose except another layer of obfuscation you don’t need.




  • A solar cluster and whole house battery bank would do this for the majority of the day. You need to hook it into your AC circuit with microinverters, and then have a circuit switch to handoff power back and forth. You’d at least be sure to run off solar during the day.

    You could probably use yours for the same, but you need that AC transfer circuit into your breakers. Never do anything like this without an electrician.


  • just_another_person@lemmy.worldtoSelfhosted@lemmy.worldNAS NFS user mapping
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    1
    ·
    11 days ago

    If you’re not using some sort of Domain mapping, then the use of the same mount by two different sharing services with different uids is going to break ownership. Doesn’t matter if it’s Synology or anything else.

    NFSv4 domain mapping solves this by having the same domain configured in client and server. That’s probably your simplest option. From memory, I do believe Synology DOES set uid for whichever user is authenticated via SMB and NFS though, so are you using two different users for these mounts by chance?

    If you don’t want to bother to setup LDAP or domain mapping, then just use SMB and that should solve the problem.