• 0 Posts
  • 88 Comments
Joined 1 year ago
cake
Cake day: August 12th, 2023

help-circle






  • It provides the capability to authenticate yourself online, e.g. for banking services. It would also be able to prove to a website that you are over 18, without telling the website your birthday. I have yet to use it, but from a technical standpoint it’s pretty awesome.

    Edit: to clear up some confusion that may exist: as far as I know the app provides the bridge between the chip in the ID card and the application that needs the authentication. No data needs to be stored in the app.


  • Turun@feddit.detoSelfhosted@lemmy.worldTarallo - selfhostable FOSS Trello alternative
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    1
    ·
    edit-2
    6 months ago

    A basic image is really easy. It’s basically just

    Dockerfile

    FROM debian  # start with a minimal Linux system. There are probably better options than debian. Some images are made especially for docker (i.e. very minimal and light weight). 
    RUN apt install dependencies  # do what ever you need to get your app running. 
    RUN echo "options and stuff" >> /etc/a/config/file  # you can also edit system files
    COPY . /app  # copy your project into the docker container.
    EXPOSE 8080  # doesn't actually do anything, but documents where the app will be listening
    CMD server-binary run /app/main.php  # I have actually no idea how php server stuff works
    

    (Docs https://docs.docker.com/reference/dockerfile/)

    Then people can run your project with docker.

    Edit: checking the readme some small changes would be required. Config.php should read in environment variables and the DB init SQL should be run automatically somehow.



  • Turun@feddit.detoFirefox@lemmy.ml*deleted by creator*
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    7 months ago

    Jup, but that was only relevant on iOS, never for MacOS. Also the digital markets act will end even that.

    For example you can make and receive calls on your computer instead of your phone when you are working on your PC. That is unmatched by any other ecosystem.

    Edit: for the time and effort you need to put in to make it work. Yes, you can do it with anything. Linux and pine phone will for sure be capable - but no normal person will do that. Because it takes a ton of effort. Apple supports that out of the box and because everything is linked to a single ID it just works.


  • Turun@feddit.detoFirefox@lemmy.ml*deleted by creator*
    link
    fedilink
    arrow-up
    26
    arrow-down
    3
    ·
    7 months ago

    Their integration is the best you can get.

    You need to buy an expensive phone, watch, computer (would you like to spend another thousand bucks for a monitorstand?) to take advantage of it, which is why I don’t have and don’t want anything apple. But if you have that, their software stack is superb.









  • I have a pi4, 4GB. And running off of an SSD (connected via SATA to usb adapter). Sorry, forgot to specify.

    Even slower would still be worth it IMO, digital document management is just so much better than keeping multiple folders of paper organized. Also I can access all my paperwork from anywhere, because the pi and my phone are both in my wireguard VPN network.


  • Turun@feddit.detoSelfhosted@lemmy.worldWhat should I use my RPi4 for?
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    9 months ago

    About a minute, 1:30 maybe (edit: per page on a pi4). I use an app to upload jpegs though, I don’t have a normal scanner at the moment. The higher quality scan and smaller file size may make some steps of the process quicker (no need for alignment and color correction for example) if you use a normal, proper scanner.

    It doesn’t matter though. When I get home and see I got a letter I scan it and by the time I drank something, put away my clothes and stuff i had with me, the pi is done and I can edit the metadata in the web ui.