mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Merge commit 'refs/merge-requests/132' of gitorious.org:f-droid/fdroidserver
This commit is contained in:
commit
55492655a5
3 changed files with 50 additions and 22 deletions
|
|
@ -85,9 +85,15 @@ keyaliases['com.example.app'] = 'example'
|
|||
#the @ prefix.
|
||||
keyaliases['com.example.another.plugin'] = '@com.example.another'
|
||||
|
||||
#The ssh path to the server's public web root directory. This is used for
|
||||
#uploading data, etc.
|
||||
serverwebroot = 'user@example:/var/www/repo'
|
||||
# The full path to the root of the repository. It must be specified in
|
||||
# rsync/ssh format for a remote host/path. This is used for syncing a locally
|
||||
# generated repo to the server that is it hosted on. It must end in the
|
||||
# standard public repo name of "/fdroid", but can be in up to three levels of
|
||||
# sub-directories (i.e. /var/www/packagerepos/fdroid).
|
||||
serverwebroot = 'user@example:/var/www/fdroid'
|
||||
|
||||
# If you want to force 'fdroid server' to use a non-standard serverwebroot
|
||||
#nonstandardwebroot = True
|
||||
|
||||
#Wiki details
|
||||
wiki_protocol = "http"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue