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:
parent
d85eed51e4
commit
8971806031
9
tools/misc/teiler/uploader/s3
Normal file
9
tools/misc/teiler/uploader/s3
Normal 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
|
9
tools/misc/teiler/uploader/scp
Normal file
9
tools/misc/teiler/uploader/scp
Normal 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
|
Loading…
Reference in New Issue
Block a user