home.social

Search

45 results for “jvalleroy”

  1. Recently I have been focusing on anti-censorship tools for FreedomBox. I have a merge request to add Shadowsocks Server, which is mainly useful for getting around the GFW. Next focus will be having separate/isolated Tor instances for different use cases.

    #FreedomBox #FreedomBoxDev #Censorship

  2. is a configuration editing tool:
    augeas.net/

    We use it a lot in . Today I'm working on an augeas lens for parsing Deb822 apt sources files.

  3. I started playing (on Linux). It's a collectible card battle game where you build up terrain on a hex grid.

  4. A simple way to enable on bullseye using :

    $ sudo apt install extrepo

    $ sudo extrepo enable debian_backports

    (Copied from debian-vote mailing list.)

  5. A simple way to enable #backports on #Debian bullseye using #extrepo:

    $ sudo apt install extrepo

    $ sudo extrepo enable debian_backports

    (Copied from debian-vote mailing list.)

  6. Notes on FreedomBox App Components (1/4):

    A FreedomBox app can have one or more components. There are two main categories of components: leader and follower. The leader components must all be enabled in order for the app to be considered enabled. On the other hand, the follower components will follow the state of the leader components, but if they fail for some reason, it does not affect the overall state of the app.

  7. Notes on FreedomBox App Components (1/4):

    A FreedomBox app can have one or more components. There are two main categories of components: leader and follower. The leader components must all be enabled in order for the app to be considered enabled. On the other hand, the follower components will follow the state of the leader components, but if they fail for some reason, it does not affect the overall state of the app.

    #freedomboxdev

  8. My priorities for development:
    1. Improve the functional tests so we can catch more bugs.
    2. Resume work on systemd sandboxing for security.
    3. Package and integrate new apps.

  9. My priorities for #FreedomBox development:
    1. Improve the functional tests so we can catch more bugs.
    2. Resume work on systemd sandboxing for security.
    3. Package and integrate new apps.
    #freedomboxdev #fossdev

  10. Making another attempt at separating enabled/disabled apps.