remove example

This commit is contained in:
Denis Lehmann 2022-06-12 11:51:20 +02:00
parent 60b76ecc51
commit 163c9338a3
7 changed files with 0 additions and 35 deletions

View file

@ -1,14 +0,0 @@
[raincloud]
# Insert a password hash to enable password protection for this directory
# Use one of the following commands to create a hash:
# mkpasswd -m sha-256
# mkpasswd -m sha-512
#
hashed_password = $5$s9bLebSgS9O4CPDR$xQF4/bWQqv5rqaq3Or2oTpXBW4TZdjFtBeH9CwZiw72
# Set this to 'true' to allow file downloads from this directory
download = true
# Set this to 'true' to allow file uploads to this directory
upload = false

View file

View file

@ -1,14 +0,0 @@
[raincloud]
# Insert a password hash to enable password protection for this directory
# Use one of the following commands to create a hash:
# mkpasswd -m sha-256
# mkpasswd -m sha-512
#
#hashed_password =
# Set this to 'true' to allow file downloads from this directory
download = false
# Set this to 'true' to allow file uploads to this directory
upload = true

7
run.py
View file

@ -1,7 +0,0 @@
#!/usr/bin/env python
import raincloud
if __name__ == "__main__":
app = raincloud.create_app("public")
app.run()