• Stars
    star
    285
  • Rank 145,115 (Top 3 %)
  • Language
    CSS
  • License
    MIT License
  • Created over 12 years ago
  • Updated about 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

an inbox for your Dropbox

dbinbox

Notice: this branch is not longer the deployed branch in preparation for handling financial data for premium features on dbinbox.com. This public branch can now be simplified to support single instance deployments on Heroku (or another PaaS), and won't need to support more than a single account.

an inbox for your Dropbox. Try it out at dbinbox.com!

By visiting your personal dbinbox url, non-Dropbox users will be able to upload files straight into a special inbox folder in your Dropbox.

This is also quite handy if you need to send yourself a file from someone else's computer but don't want to log into email or remember a tinyurl.

An answer to https://forums.dropbox.com/topic.php?id=3525

Uses: https://github.com/blueimp/jQuery-File-Upload

And: http://datamapper.org/

Deploying a private instance

Heroku

To deploy on Heroku's Cedar stack:

  1. Create a new app and add the heroku-postgresql addon:

     heroku apps:create
     heroku addons:add heroku-postgresql
    
  2. Set BUNDLE_WITHOUT to ignore the sqlite dependencies (this requires enabling the user_env_compile feature flag):

     heroku labs:enable user-env-compile
     heroku config:set BUNDLE_WITHOUT="development:test:sqlite"
    
  3. Configure your Dropbox key and secret

     heroku config:set DROPBOX_KEY="my-dropbox-key"
     heroku config:set DROPBOX_SECRET="my-dropbox-secret"
    
  4. Set some Heroku-specific settings

     heroku config:set LOG_TO_STDOUT=true
    
  5. Push!

     git push heroku master
    

More Repositories

1

chrome-export-history

Chrome Extension to export your entire history in json or csv
CSS
80
star
2

uskcode

Vilrus Ultimate Starter Kit (USK) Arduino Code
Arduino
23
star
3

Coursera-Video-Downloader-Bookmarklet

Adds multi-download feature to Coursera's "Video Lecture" page
JavaScript
18
star
4

markdowntomla

The source code generators for markdowntomla.com and markdowntoapa.com
JavaScript
12
star
5

createReducerActions

create a redux reducer and its actions with one function
JavaScript
10
star
6

hashrate

Bitcoin mining profit calculator based on difficulty
Ruby
10
star
7

react-tailwind-chrome-extension

Chrome extension to automatically translate Tailwind UI HTML to React-friendly JSX.
JavaScript
8
star
8

wordlesolver

Solver for the Wordle daily word puzzles
JavaScript
8
star
9

autorunner

Automatically run a command when a file is saved.
JavaScript
7
star
10

tailstrap

Pre-built Bootstrap-style components for Tailwind
JavaScript
6
star
11

microconfrecap

Microconf Recap 2018 website
JavaScript
6
star
12

googlephotosbackup

backup your Google Photos library to a local hard drive
Ruby
5
star
13

50apps

My entries to the 50apps challenge.
Python
2
star
14

christiangenco.github.io

http://christian.gen.co
EJS
2
star
15

Kinect-Shadow-Dance

Augmented shadows on the Microsoft Kinect. For video demo, see http://christiangenco.com/2011/12/02/dot-play-shadow-dance.html
Processing
2
star
16

birthdays

Calculate your bonus birthdays, like when you turn 20,000 days old, or when you're the same age George Washington was when he became president.
JavaScript
1
star
17

btcwallet

Simple command line bitcoin wallet
JavaScript
1
star
18

christiangenco

My blog running on Ghost
JavaScript
1
star
19

pictwist

GUI/DB Project for Fall 2012
PHP
1
star
20

amazon-reveal-csvs

1
star
21

secrets

Shamir's Secret Sharing calculator
HTML
1
star