Helix 🧬

<a rel="me" href="https://layer8.space/@helix">Mastodon</a>

  • 3 Posts
  • 26 Comments
Joined 3 years ago
cake
Cake day: August 21st, 2021

help-circle


  • Ideas what you can do. These are all SHOULD and not MUST requirements, so pick and choose what you can reasonably do in a realistic timeframe without overburdening yourself. Some of these steps can be outsourced to your community.

    You can try to make a twelve factor app but some of their advice is probably not suited for your application. You will end with some 7.5factor app which is fine.

    Follow SemVer and provide detailed instructions for upgrading major versions.

    Use a build system which is easily installable and a language where you don’t have to upgrade dependencies every second for security issues (looking at you, npm/nodejs).

    Don’t include a webserver which does HTTPS, let the people run their own reverse proxy.

    Test your setup with and provide multiple web server configs for nginx, Apache2, Caddy, Traefik.

    Test your setup with and provide multiple default configs for bare metal (with a dependency manager), Docker, Podman, Kubernetes, Kata Containers.

    If you need a DB, include the possibility to migrate from a self contained one instance SQLite to a multi container pgsql/MySQL setup.

    Write database migrations in both directions so people can downgrade on failures.

    Make it possible to configure your system via ENV variables, ENV files and config files. Provide instructions on best practices and sane defaults. Explain these defaults and make clear configuration is optional.

    Make it possible to disable authentication to add Authelia or LDAP through the webserver. Make clear that this is only to be used for external authentication.

    Make it possible to run multiple parallel instances of your software without affecting the database consistency, e.g. for high availability or horizontal scaling.

    Provide a versioned, documented API (does not need to be public) and use it yourself for your frontend. Provide a telemetry endpoint which is human readable and machine readable, so Prometheus or a similar system can scrape it.





  • Contrary to what people suggested, I would advise against optical discs or tapes and would go with HDDs you check every few months. They don’t rot like optical media, the only thing you have to worry about are the motor spindles getting stuck and other mechanical failures.

    It will also be the cheapest option. With tapes you need expensive drives and they change the version every few years. Tapes only are better if you store hundreds or thousands of TiB of data.

    Which data so you want to save? Mostly games and media? If so, consider giving them to your friends and family to copy and enjoy, which some people call a ‘friend backup’.





  • For instance I hunt criminals… Way more useful to society than watching Disney plus

    You’re so hardcore. I wish I was like you. /s

    No, you don’t hunt criminals. You pretend to do it, on some random social media network called lemmy.

    I myself also don’t like Marvel, most of Star Wars and the other stuff Disney is pumping out. But what I like even less are people on the internet pretending that they are worth more than others because they watched some crime footage on YouTube.

    Why don’t you get back to topic, which incidentally is Jellyfin and not the content on Disney+? Do you really have nothing of worth to add?