|
@@ -0,0 +1,69 @@
|
|
|
+########################################
|
|
|
+### Example conf obv m8 =]
|
|
|
+### The order of blocks matters so bnice
|
|
|
+########################################
|
|
|
+
|
|
|
+### Core shit
|
|
|
+[main]
|
|
|
+# Title for notifications
|
|
|
+growlname = Droppem
|
|
|
+
|
|
|
+# Directory that contains the png icons
|
|
|
+icondir = ~/HurrDroppert/icinz
|
|
|
+
|
|
|
+# Directory with your SSH key and known hosts file shit
|
|
|
+sshdir = ~/.ssh
|
|
|
+
|
|
|
+# Basedir for uploads
|
|
|
+remotebase = /var/www/urmom.com/drops
|
|
|
+
|
|
|
+# Base URL
|
|
|
+urlbase = http://drops.urmom.com
|
|
|
+
|
|
|
+# Monitor this dir for scrots
|
|
|
+# You can use the ~ for $HOME in any path as Python is qt af with expanding that shit
|
|
|
+scrotdir = ~/Desktop
|
|
|
+
|
|
|
+# Use this pattern (yay regex), it's case omsensativ by default
|
|
|
+scrotpattern = Screen ?Shot(?: \d+-\d+-\d+ at \d+\.\d+\.\d+ )?.*\.(png|jpe?g|gif)
|
|
|
+
|
|
|
+
|
|
|
+### Auth lol
|
|
|
+[auth]
|
|
|
+# Server address obv
|
|
|
+server = drops.urmom.com
|
|
|
+
|
|
|
+# User to connect wit
|
|
|
+joeser = drops
|
|
|
+
|
|
|
+
|
|
|
+### Premium archiving
|
|
|
+### Omit entirely or leave any directive empty to disable
|
|
|
+[archiving]
|
|
|
+# Base directory to archive into
|
|
|
+archivebase = /var/www/urmom.com/archive
|
|
|
+
|
|
|
+# Archive when there are more than this amount of pics
|
|
|
+archivecount = 200
|
|
|
+
|
|
|
+# Wait this amount of seconds between checks
|
|
|
+archivewait = 14400
|
|
|
+
|
|
|
+# Don't archive files newer than this (in minutes), prevents freshly uploaded shit getting archived =]
|
|
|
+archivetime = 2159
|
|
|
+
|
|
|
+
|
|
|
+### Alternate scr0t dir, this could be like a networked directory
|
|
|
+### Omit entirely or leave either directive empty to disable
|
|
|
+[altdir]
|
|
|
+scrotdir_alt = /Volumes/hamtits/ayylmao
|
|
|
+
|
|
|
+# You can also set this pattern to the main one ;]
|
|
|
+scrotpattern_alt = scrotpattern
|
|
|
+
|
|
|
+
|
|
|
+### Upload shit from Dropbox too?
|
|
|
+### Omit entirely or leave either directive empty to disable
|
|
|
+#[dropbox]
|
|
|
+#scrotdir_db = ~/Dropbox/Camera Uploads
|
|
|
+#scrotpattern_db = (Screenshot_)?\d+[-_]*\d+[-_]*\d+[-_\s]*\d+[-_\.]*\d+[-_\.]*\d+\.(png|jpe?g|gif)
|