diff --git a/public/alice/big_buck_bunny.mkv b/public/alice/big_buck_bunny.mkv deleted file mode 100644 index e69de29..0000000 diff --git a/public/alice/elephants_dream.mkv b/public/alice/elephants_dream.mkv deleted file mode 100644 index e69de29..0000000 diff --git a/public/alice/rc.conf b/public/alice/rc.conf deleted file mode 100644 index 3f9476d..0000000 --- a/public/alice/rc.conf +++ /dev/null @@ -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 \ No newline at end of file diff --git a/public/alice/the_daily_dweebs.mkv b/public/alice/the_daily_dweebs.mkv deleted file mode 100644 index e69de29..0000000 diff --git a/public/inbox/logo.svg b/public/inbox/logo.svg deleted file mode 100644 index e69de29..0000000 diff --git a/public/inbox/rc.conf b/public/inbox/rc.conf deleted file mode 100644 index ea7d7b1..0000000 --- a/public/inbox/rc.conf +++ /dev/null @@ -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 \ No newline at end of file diff --git a/run.py b/run.py deleted file mode 100755 index 892f8f1..0000000 --- a/run.py +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python - -import raincloud - -if __name__ == "__main__": - app = raincloud.create_app("public") - app.run()