• 2 Posts
  • 40 Comments
Joined 2 years ago
cake
Cake day: August 5th, 2023

help-circle












  • One thing the author probably hasn’t done yet or just doesn’t mention is that you can configure .container services with systemd-podman units (often called quadlets), e.g. a simple MariaDB container would look like this:

    [Unit]
    Description=MariaDB container
    
    [Container]
    Image=docker.io/mariadb:latest
    Environment=MYSQL_ROOT_PASSWORD=rootpassword
    Environment=MYSQL_USER=testuser
    Environment=MYSQL_PASSWORD=testpassword
    Environment=MYSQL_DATABASE=testdb
    
    [Install]
    WantedBy=multi-user.target
    

    Short intro Full reference

    This is superb, because it means your containers finally feel well-integrated with the rest of the OS and you can use systemctl, journalctl, etc. just like you would with other services.

    Personally, I use this as an alternative to Podman/Docker compose and have been very happy with it running rootless containers from Nextcloud, Pufferpanel, Forgejo, Authentik, etc. (ask me for .container files if you need any help, I’m currently working on a small repo with a collection)






  • Quik@infosec.pubtoTechnology@lemmy.worldSession Messenger
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 months ago

    From their blog:

    As you probably know, Session is decentralised. There are currently over 2,000 servers around the world working together to deliver your messages. Each one of these servers is an Oxen Service Node, and together they make up the Oxen Service Node Network. These are specialised servers that stake OXEN cryptocurrency to register on the network; and nodes receive OXEN rewards for performing particular services like routing Session messages.

    (They are now switching from OXEN/the Oxen network to their own to be able to better control the features of their hosting network)