Compare commits
No commits in common. "fda1a3706b54b72b238dcb25207cdd396d038fc9" and "3824cae23e79051286daa3dd29aea242684bdf42" have entirely different histories.
fda1a3706b
...
3824cae23e
5 changed files with 12 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
NAS_IP="192.168.84.3"
|
NAS_IP="127.0.0.1"
|
||||||
NAS_USER="janolehuebner"
|
NAS_USER="janolehuebner"
|
||||||
NAS_TOKEN_NAME_IN_STORE="sudo-lana"
|
NAS_TOKEN_NAME_IN_STORE="sudo-lana"
|
||||||
|
|
4
.environment.d/git.env
Normal file
4
.environment.d/git.env
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
GIT_AUTHOR_NAME="Jan-Ole Hübner"
|
||||||
|
GIT_AUTHOR_EMAIL="jan-ole@huebner.pink"
|
||||||
|
GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
|
||||||
|
GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
|
5
.environment.d/insta.env
Normal file
5
.environment.d/insta.env
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
insta_share_on_nas="/mnt/hdd/DATA"
|
||||||
|
insta_path_on_nas="social/insta"
|
||||||
|
insta_cookiefile="/mnt/hdd/DATA/Cookies.binarycookies"
|
||||||
|
insta_mount_point="/mnt/hdd/DATA"
|
||||||
|
insta_default_users=(calisto.c farbenfuchs_ psykick.fox darkblondii_ tixteafox)
|
2
.environment.d/youtube.env
Normal file
2
.environment.d/youtube.env
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
TUBE_TOKEN_NAME_IN_STORE="tube.lan"
|
||||||
|
TUBE_DEFAULT_USERS=("littlesiha" "lenaindica")
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,4 +10,3 @@ public/
|
||||||
dev/
|
dev/
|
||||||
keyfile.keyx
|
keyfile.keyx
|
||||||
*.log
|
*.log
|
||||||
.environment.d/01_nas.env
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue