Dropbox-Uploader
Dropbox Uploader is a BASH script which can be used to upload, download, list or delete files from Dropbox, an online file sharing, synchronization and backup service.
File Explorer
Download Latest Version (.zip)- .gitignore
- CHANGELOG.md
- Dockerfile
- Dockerfile.pi
- dropbox_uploader.sh
- dropShell.sh
- LICENSE
- README.md
- testUnit.sh
# Installation Guide
1. Get the code
git clone https://github.com/andreafabrizi/Dropbox-Uploader
Downloads the entire project code from GitHub to your computer.
cd Dropbox-Uploader
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- APT (Debian/Ubuntu ๊ณ์ด) Built into Debian/Ubuntu-based Linux distributions.
sudo apt-get install bash (Probably BASH is already installed on your system)
Installs directly from the APT package repository (Debian/Ubuntu-based).
sudo apt-get install curl
Installs directly from the APT package repository (Debian/Ubuntu-based).
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Docker
EasyPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build https://github.com/sircuri/Dropbox-Uploader.git -f Dockerfile -t <TAG>
Builds a runnable image based on the Dockerfile.
docker build https://github.com/sircuri/Dropbox-Uploader.git -f Dockerfile.pi -t <TAG>
Builds a runnable image based on the Dockerfile.
docker run -i --rm --user=$(id -u):$(id -g) -v <LOCAL_CONFIG_PATH>:/config -v <YOUR_DATA_DIR_MOUNT>:/workdir <TAG> <Arguments>
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
