particle-os-modules/modules/flatpak-sync
2023-10-13 10:29:57 -03:00
..
flatpak-sync.sh chore: dirs 2023-10-13 10:29:57 -03:00
README.md Update README.md 2023-10-12 14:30:35 -03:00

flatpaksync Module for Startingpoint

The flatpaksync module can be used to synchronize user-installed flatpaks into a gist.

To activate it, simply follow the example below:

Example configuration

- type: flatpak-sync
  enable: true

Once the module is activated, users can create a file $HOME/.config/flatpaksync/env informing the repository that will be used to synchronize their apps in the POSIX standard:

GIST_REPO=<YOUR_REPO>

If the user has not yet installed their flatpaks and has already done the step above, simply use the flatpakcheckout binary to perform the installation and start the synchronization.

If the user has already configured their repository in the $HOME/.config/flatpaksync/env file but already has their flatpaks installed, simply create the $HOME/.config/flatpaks.user.installed file to start the synchronization.