1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-22 16:03:50 +01:00

Add teiler uploader scripts

This commit is contained in:
Valentin Brandl 2018-08-13 11:45:00 +02:00
parent d85eed51e4
commit 8971806031
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#!/bin/bash
s3_bucket=
s3_path_img=path/to/images
s3_path_vid=path/to/videos
s3_path_paste=path/to/pastes
s3_http_img=http://S3_DOMAIN/path/to/images
s3_http_vid=http://S3_DOMAIN/path/to/videos
s3_http_paste=http://S3_DOMAIN/path/to/pastes

View File

@ -0,0 +1,9 @@
#!/bin/bash
scp_host=HOSTNAME
scp_path_img=/path/to/images
scp_path_vid=/path/to/videos
scp_path_paste=/path/to/pastes
http_img=https://YOUR_DOMAIN/path/to/images
http_vid=https://YOUR_DOMAIN/path/to/videos
http_paste=https://YOUR_DOMAIN/path/to/pastes