From 163c9338a36de302d320e96c5a20db727f10380a Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sun, 12 Jun 2022 11:51:20 +0200 Subject: [PATCH] remove example --- public/alice/big_buck_bunny.mkv | 0 public/alice/elephants_dream.mkv | 0 public/alice/rc.conf | 14 -------------- public/alice/the_daily_dweebs.mkv | 0 public/inbox/logo.svg | 0 public/inbox/rc.conf | 14 -------------- run.py | 7 ------- 7 files changed, 35 deletions(-) delete mode 100644 public/alice/big_buck_bunny.mkv delete mode 100644 public/alice/elephants_dream.mkv delete mode 100644 public/alice/rc.conf delete mode 100644 public/alice/the_daily_dweebs.mkv delete mode 100644 public/inbox/logo.svg delete mode 100644 public/inbox/rc.conf delete mode 100755 run.py 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()