├── LICENSE ├── README.md └── cryptomator-ppa ├── A8240A09.asc ├── Dockerfile ├── build.sh └── debian ├── changelog ├── compat ├── control ├── copyright ├── cryptomator-vault.xml ├── cryptomator.install ├── cryptomator.links ├── org.cryptomator.Cryptomator.appdata.xml ├── org.cryptomator.Cryptomator.desktop ├── org.cryptomator.Cryptomator.png ├── org.cryptomator.Cryptomator.svg ├── postinst ├── prerm ├── rules └── source ├── format └── include-binaries /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/docker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/docker/HEAD/README.md -------------------------------------------------------------------------------- /cryptomator-ppa/A8240A09.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/docker/HEAD/cryptomator-ppa/A8240A09.asc -------------------------------------------------------------------------------- /cryptomator-ppa/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/docker/HEAD/cryptomator-ppa/Dockerfile -------------------------------------------------------------------------------- /cryptomator-ppa/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/docker/HEAD/cryptomator-ppa/build.sh -------------------------------------------------------------------------------- /cryptomator-ppa/debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/docker/HEAD/cryptomator-ppa/debian/changelog -------------------------------------------------------------------------------- /cryptomator-ppa/debian/compat: -------------------------------------------------------------------------------- 1 | 10 2 | -------------------------------------------------------------------------------- /cryptomator-ppa/debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/docker/HEAD/cryptomator-ppa/debian/control -------------------------------------------------------------------------------- /cryptomator-ppa/debian/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/docker/HEAD/cryptomator-ppa/debian/copyright -------------------------------------------------------------------------------- /cryptomator-ppa/debian/cryptomator-vault.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/docker/HEAD/cryptomator-ppa/debian/cryptomator-vault.xml -------------------------------------------------------------------------------- /cryptomator-ppa/debian/cryptomator.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/docker/HEAD/cryptomator-ppa/debian/cryptomator.install -------------------------------------------------------------------------------- /cryptomator-ppa/debian/cryptomator.links: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/docker/HEAD/cryptomator-ppa/debian/cryptomator.links -------------------------------------------------------------------------------- /cryptomator-ppa/debian/org.cryptomator.Cryptomator.appdata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/docker/HEAD/cryptomator-ppa/debian/org.cryptomator.Cryptomator.appdata.xml -------------------------------------------------------------------------------- /cryptomator-ppa/debian/org.cryptomator.Cryptomator.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/docker/HEAD/cryptomator-ppa/debian/org.cryptomator.Cryptomator.desktop -------------------------------------------------------------------------------- /cryptomator-ppa/debian/org.cryptomator.Cryptomator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/docker/HEAD/cryptomator-ppa/debian/org.cryptomator.Cryptomator.png -------------------------------------------------------------------------------- /cryptomator-ppa/debian/org.cryptomator.Cryptomator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/docker/HEAD/cryptomator-ppa/debian/org.cryptomator.Cryptomator.svg -------------------------------------------------------------------------------- /cryptomator-ppa/debian/postinst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/docker/HEAD/cryptomator-ppa/debian/postinst -------------------------------------------------------------------------------- /cryptomator-ppa/debian/prerm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/docker/HEAD/cryptomator-ppa/debian/prerm -------------------------------------------------------------------------------- /cryptomator-ppa/debian/rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/docker/HEAD/cryptomator-ppa/debian/rules -------------------------------------------------------------------------------- /cryptomator-ppa/debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (quilt) 2 | -------------------------------------------------------------------------------- /cryptomator-ppa/debian/source/include-binaries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cryptomator/docker/HEAD/cryptomator-ppa/debian/source/include-binaries --------------------------------------------------------------------------------