Skip to content
Snippets Groups Projects
Select Git revision
  • 0ad10b0feeb8a035bd140613ee6226b05d70424d
  • main default protected
  • release
  • android-hotfix
  • dependabot/go_modules/github.com/shirou/gopsutil/v3-3.22.10
  • dependabot/go_modules/github.com/prometheus/client_golang-1.13.1
  • dependabot/go_modules/github.com/alecthomas/kong-0.7.0
  • docker-rebuild
  • conn-test
  • v1.18.4-verboseidx
  • discosrv
  • stdiscosrv-v1.18.1.1
  • release-next
  • AudriusButkevicius-patch-1
  • next-rel
  • model/fixIgnoreTest
  • v1.4
  • v0.14.46-android
  • v0.14.45-android
  • v0.13
  • v0.12
  • v1.22.2-rc.1
  • v1.22.1
  • v1.22.1-rc.2
  • v1.22.1-rc.1
  • v1.22.0
  • v1.22.0-rc.2
  • v1.22.0-rc.1
  • v1.21.0
  • v1.21.0-rc.2
  • v1.21.0-rc.1
  • v1.20.4
  • v1.20.4-rc.2
  • v1.20.4-rc.1
  • v1.20.3
  • v1.20.3-rc.2
  • v1.20.3-rc.1
  • v1.20.2
  • v1.20.2-rc.3
  • v1.20.2-rc.2
  • v1.20.2-rc.1
41 results

snapcraft.yaml.template

Blame
  • snapcraft.yaml.template 719 B
    name: syncthing
    version: {{.Version}}
    summary: Open Source Continuous File Synchronization
    description: |
      Syncthing replaces proprietary sync and cloud services with something open,
      trustworthy and decentralized. Your data is your data alone and you deserve
      to choose where it is stored, if it is shared with some third party and how
      it's transmitted over the Internet.
    architectures: [{{.Architecture}}]
    
    grade: {{.Grade}}
    confinement: strict
    
    apps:
      syncthing:
        command: env HOME="$SNAP_USER_COMMON" XDG_CONFIG_HOME="$SNAP_USER_COMMON" "$SNAP/syncthing"
        plugs: [home, network, network-bind]
    
    parts:
      syncthing:
        source: .
        plugin: dump
        stage:
          - syncthing
        prime:
          - syncthing