Compare commits

..

No commits in common. "39485b67cf8d447fb4f2518c95e9e15260728020" and "21c4050d84a0bbd14c03e0b6a900cf3ce7b55a63" have entirely different histories.

4 changed files with 1 additions and 28 deletions

View file

@ -13,7 +13,7 @@ services:
image: konradkleine/docker-registry-frontend:v2
container_name: docker-registry-ui
ports:
- 8090:80
- 8080:80
environment:
ENV_DOCKER_REGISTRY_HOST: docker-registry
ENV_DOCKER_REGISTRY_PORT: 5000

View file

@ -1,8 +0,0 @@
# .gitignore sample
###################
# Ignore all files in this dir...
*
# ... except for this one.
!.gitignore

View file

@ -1 +0,0 @@
https://github.com/TomWright/mermaid-server

View file

@ -1,18 +0,0 @@
#!/bin/bash
# tiddlywiki server backup management
set -e
DATASTORE=/srv/dev-disk-by-uuid-45e2e732-9e00-4a82-a7cc-9c743e033671/datastore/tiddly/
XU4=root@192.168.1.5:/root/thedocks/tiddlywiki/data/
N2=root@192.168.1.4:/mnt/drive/tiddly
PLUS=root@192.168.1.10:/home/odroid/thedocks/tiddlywiki/data
sync(){
rsync -av --delete $1 $2
}
#echo "XU4 ->DATASTORE"
#sync $XU4 $DATASTORE
echo "DATASTORE ->PLUS"
sync $DATASTORE $PLUS