|
@@ -0,0 +1,40 @@
|
|
|
|
|
+# see https://gitlab.com/fdroid/fdroidserver/blob/2.0.3/examples/config.yml
|
|
|
|
|
+
|
|
|
|
|
+sdk_path: /usr/lib/android-sdk
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+apksigner: /usr/bin/apksigner
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+keystore: keystore.p12
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+keystorepass: BYwH80/w/9JmbZ4aGInvjaR1UTKg2+BQftAgV/qZa0Q=
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+keypass: BYwH80/w/9JmbZ4aGInvjaR1UTKg2+BQftAgV/qZa0Q=
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+repo_keyalias: 178d9aa268a8
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+keydname: CN=178d9aa268a8, OU=F-Droid
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+repo_url: https://myAwesomeAndFunnyDomain/fdroid/repo
|
|
|
|
|
+
|
|
|
|
|
+repo_name: Some Basic Fdroid Repo
|
|
|
|
|
+
|
|
|
|
|
+repo_description: >-
|
|
|
|
|
+ This is an Fdroid repo to show an Fdroid repo with Fdroid and stuff
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+# The repo's icon defaults to a file called 'icon.png' in the 'icons'
|
|
|
|
|
+# folder for each section, e.g. repo/icons/icon.png and
|
|
|
|
|
+# archive/icons/icon.png. To use a different filename for the icons,
|
|
|
|
|
+# set the filename here. You must still copy it into place in
|
|
|
|
|
+# repo/icons/ and/or archive/icons/.
|
|
|
|
|
+#
|
|
|
|
|
+# repo_icon: myicon.png
|
|
|
|
|
+# archive_icon: myicon.png
|