21 lines
516 B
Python
21 lines
516 B
Python
|
#!/usr/bin/env python3
|
||
|
|
||
|
repo_url = "https://bitwarden.github.io/fdroid"
|
||
|
repo_name = "Bitwarden F-Droid Repo"
|
||
|
repo_icon = "fdroid-icon.png"
|
||
|
repo_description = """
|
||
|
F-Droid repo for Bitwarden.
|
||
|
"""
|
||
|
|
||
|
archive_older = 2
|
||
|
archive_url = "https://does.not.exist"
|
||
|
archive_name = "Bitwarden Archive Repo"
|
||
|
archive_icon = "fdroid-icon.png"
|
||
|
archive_description = """
|
||
|
F-Droid archive repo for Bitwarden.
|
||
|
"""
|
||
|
|
||
|
repo_keyalias = "bitwarden-Virtual-Machine"
|
||
|
keystore = "keystore.jks"
|
||
|
keydname = "CN=bitwarden-Virtual-Machine, OU=F-Droid"
|