From 72c2deb2375fdabae0c3bc96dec71a9dfa73c79e Mon Sep 17 00:00:00 2001 From: Aiko Mastboom Date: Fri, 25 Nov 2016 09:51:39 +0100 Subject: [PATCH] aiko.sh --- mywiki/tiddlers/Ad blocking.tid | 5 ++-- mywiki/tiddlers/DGKlimaat.tid | 12 +++++++++ mywiki/tiddlers/Domotica.tid | 9 +++++-- mywiki/tiddlers/IPFS.tid | 31 ++++++++++++++++++++++++ mywiki/tiddlers/Locale.tid | 14 +++++++++++ mywiki/tiddlers/Rancher.tid | 9 +++++-- mywiki/tiddlers/ReCom Calenta.tid | 10 ++++++-- mywiki/tiddlers/boot2docker.aiko.sh.tid | 13 ++++++++++ mywiki/tiddlers/docker orchestrating.tid | 7 ++++-- mywiki/tiddlers/nas.aiko.sh.tid | 16 ++++++++++++ mywiki/tiddlers/nginx proxy.tid | 16 ++++++++++++ mywiki/tiddlers/node1.aiko.sh.tid | 23 ++++++++++++++++++ mywiki/tiddlers/p43.aiko.sh.tid | 16 ++++++++++++ 13 files changed, 171 insertions(+), 10 deletions(-) create mode 100644 mywiki/tiddlers/DGKlimaat.tid create mode 100644 mywiki/tiddlers/IPFS.tid create mode 100644 mywiki/tiddlers/Locale.tid create mode 100644 mywiki/tiddlers/boot2docker.aiko.sh.tid create mode 100644 mywiki/tiddlers/nas.aiko.sh.tid create mode 100644 mywiki/tiddlers/nginx proxy.tid create mode 100644 mywiki/tiddlers/node1.aiko.sh.tid create mode 100644 mywiki/tiddlers/p43.aiko.sh.tid diff --git a/mywiki/tiddlers/Ad blocking.tid b/mywiki/tiddlers/Ad blocking.tid index 8616c4a..8622bae 100644 --- a/mywiki/tiddlers/Ad blocking.tid +++ b/mywiki/tiddlers/Ad blocking.tid @@ -1,6 +1,6 @@ created: 20161101113820494 creator: user -modified: 20161101113933747 +modified: 20161122235521357 modifier: user tags: docker [[raspberry pi]] title: Ad blocking @@ -10,4 +10,5 @@ type: text/vnd.tiddlywiki : https://pi-hole.net ; Running Pi-Hole Docker -: https://hub.docker.com/r/diginc/pi-hole/ \ No newline at end of file +: https://hub.docker.com/r/diginc/pi-hole/ +: `kill -HUP $(pgrep dnsmasq)` \ No newline at end of file diff --git a/mywiki/tiddlers/DGKlimaat.tid b/mywiki/tiddlers/DGKlimaat.tid new file mode 100644 index 0000000..9f614b2 --- /dev/null +++ b/mywiki/tiddlers/DGKlimaat.tid @@ -0,0 +1,12 @@ +created: 20161121082755715 +creator: user +modified: 20161121201019279 +modifier: user +tags: +title: DGKlimaat +type: text/vnd.tiddlywiki + +- kranen geleverd niet gecommuniceerd (niet gemeld als extra kosten) +- plank en dak valt onder normale installatie (niet eerder gemeld als extra kosten) +- verschil betaald en herziene facturen. (opnieuw balans uitrekenen) +- \ No newline at end of file diff --git a/mywiki/tiddlers/Domotica.tid b/mywiki/tiddlers/Domotica.tid index caad717..5a6bbc8 100644 --- a/mywiki/tiddlers/Domotica.tid +++ b/mywiki/tiddlers/Domotica.tid @@ -1,6 +1,6 @@ created: 20160405202927748 creator: user -modified: 20160906201522511 +modified: 20161118215802873 modifier: user tags: title: Domotica @@ -45,4 +45,9 @@ $ docker run --cap-add=SYS_RAWIO --device=/dev/vchiq --device=/dev/ttyUSB0 -e LD : http://otgw.tclcode.com/download.html ; OpenRemote -: http://www.openremote.org/display/docs/OpenRemote+2.0+How+To+-+Install+Controller+on+Raspberry+Pi \ No newline at end of file +: http://www.openremote.org/display/docs/OpenRemote+2.0+How+To+-+Install+Controller+on+Raspberry+Pi + + +; Z-Wave Shop +: http://www.hashop.nl/ZME_UZB1 +: http://www.hashop.nl/Eurotronic-StellaZ-Draadloze-Radiatorthermostaat-Z-Wave \ No newline at end of file diff --git a/mywiki/tiddlers/IPFS.tid b/mywiki/tiddlers/IPFS.tid new file mode 100644 index 0000000..e1bbe44 --- /dev/null +++ b/mywiki/tiddlers/IPFS.tid @@ -0,0 +1,31 @@ +created: 20161119135744542 +creator: user +modified: 20161120204313983 +modifier: user +tags: +title: IPFS +type: text/vnd.tiddlywiki + +; IPFS is the Distributed Web +: https://ipfs.io + +; GX (package manager) +: https://github.com/whyrusleeping/gx + +; Docker volume plugin +: https://github.com/vdemeester/docker-volume-ipfs + +; docker +: https://hub.docker.com/r/ipfs/go-ipfs/ + +; docker / raspberry pi +: https://hub.docker.com/r/besn0847/arm-ipfs/ + +; docker registry +: https://github.com/jvassev/image2ipfs + +; npm on ipfs +: https://github.com/diasdavid/npm-on-ipfs + +; git-remote-ipfs +: https://github.com/larsks/git-remote-ipfs diff --git a/mywiki/tiddlers/Locale.tid b/mywiki/tiddlers/Locale.tid new file mode 100644 index 0000000..ccc47f2 --- /dev/null +++ b/mywiki/tiddlers/Locale.tid @@ -0,0 +1,14 @@ +created: 20161116202557518 +creator: user +modified: 20161116202622439 +modifier: user +tags: +title: Locale +type: text/vnd.tiddlywiki + +``` +locale-gen nl_NL.UTF-8 +locale-gen en_US.UTF-8 +update-locale LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_MONETARY=nl_NL.UTF-8 +dpkg-reconfigure unattended-upgrades +``` diff --git a/mywiki/tiddlers/Rancher.tid b/mywiki/tiddlers/Rancher.tid index 8825087..90c150f 100644 --- a/mywiki/tiddlers/Rancher.tid +++ b/mywiki/tiddlers/Rancher.tid @@ -1,6 +1,6 @@ created: 20151217170810197 creator: user -modified: 20161111190531019 +modified: 20161118204813708 modifier: user tags: docker title: Rancher @@ -27,4 +27,9 @@ http://docs.rancher.com/rancher/v1.1/en/installing-rancher/installing-server/bas https://github.com/rancher/community-catalog/issues/109 -sudo ros config set rancher.docker.args "['daemon','--log-opt','max-size=25m','--log-opt','max-file=2','-s','overlay','-G','docker','-H','unix:///var/run/docker.sock','--userland-proxy=false','--insecure-registry=registry:5000']" \ No newline at end of file +sudo ros config set rancher.docker.args "['daemon','--log-opt','max-size=25m','--log-opt','max-file=2','-s','overlay','-G','docker','-H','unix:///var/run/docker.sock','--userland-proxy=false','--insecure-registry=registry:5000']" + + + +; Using Docker-machine +: http://docs.rancher.com/os/running-rancheros/workstation/docker-machine/ diff --git a/mywiki/tiddlers/ReCom Calenta.tid b/mywiki/tiddlers/ReCom Calenta.tid index d977564..4585aa4 100644 --- a/mywiki/tiddlers/ReCom Calenta.tid +++ b/mywiki/tiddlers/ReCom Calenta.tid @@ -1,6 +1,6 @@ created: 20161101113334491 creator: user -modified: 20161101113516238 +modified: 20161118220030754 modifier: user tags: title: ReCom Calenta @@ -13,4 +13,10 @@ type: text/vnd.tiddlywiki : https://ijohan.nl/recom-via-ethernet/ ; Raspberry Pi Serial Console With MAX3232CPE -: http://codeandlife.com/2012/07/01/raspberry-pi-serial-console-with-max3232cpe/ \ No newline at end of file +: http://codeandlife.com/2012/07/01/raspberry-pi-serial-console-with-max3232cpe/ + +; Remeha Calenta interface for Homeseer +: http://www.domoticaforum.eu/viewtopic.php?f=17&t=5595&start=75 + +; node-red-node-serialport +: http://flows.nodered.org/node/node-red-node-serialport \ No newline at end of file diff --git a/mywiki/tiddlers/boot2docker.aiko.sh.tid b/mywiki/tiddlers/boot2docker.aiko.sh.tid new file mode 100644 index 0000000..baac836 --- /dev/null +++ b/mywiki/tiddlers/boot2docker.aiko.sh.tid @@ -0,0 +1,13 @@ +created: 20161118203445687 +creator: user +modified: 20161118203603426 +modifier: user +tags: aiko.sh +title: boot2docker.aiko.sh +type: text/vnd.tiddlywiki + +; Rancher +: http://boot2docker.aiko.sh:5443 + +; phpMyAdmin +: http://boot2docker.aiko.sh:3386 diff --git a/mywiki/tiddlers/docker orchestrating.tid b/mywiki/tiddlers/docker orchestrating.tid index 7def70d..d892418 100644 --- a/mywiki/tiddlers/docker orchestrating.tid +++ b/mywiki/tiddlers/docker orchestrating.tid @@ -1,6 +1,6 @@ created: 20150306104138428 creator: user -modified: 20150306104423050 +modified: 20161118204905851 modifier: user tags: docker title: docker orchestrating @@ -8,4 +8,7 @@ type: text/vnd.tiddlywiki * http://blog.docker.com/2015/02/orchestrating-docker-with-machine-swarm-and-compose/ # [[docker swarm]] -# [[docker compose]] \ No newline at end of file +# [[docker compose]] + +; Allows one to toggle between static and DHCP docker-machine network interface settings. +: https://github.com/fivestars/docker-machine-ipconfig diff --git a/mywiki/tiddlers/nas.aiko.sh.tid b/mywiki/tiddlers/nas.aiko.sh.tid new file mode 100644 index 0000000..2aa22db --- /dev/null +++ b/mywiki/tiddlers/nas.aiko.sh.tid @@ -0,0 +1,16 @@ +created: 20161118202058825 +creator: user +modified: 20161118202242585 +modifier: user +tags: aiko.sh +title: nas.aiko.sh +type: text/vnd.tiddlywiki + +; NAS admin +: https://nas.aiko.sh:5001/webman/index.cgi + +; photos +: http://photo.aiko.sh/photo/#!Albums/album_61696b6f/album_61696b6f2f6950686f6e65 + +; GOGS +: http://nas.aiko.sh:10081 diff --git a/mywiki/tiddlers/nginx proxy.tid b/mywiki/tiddlers/nginx proxy.tid new file mode 100644 index 0000000..ce661bc --- /dev/null +++ b/mywiki/tiddlers/nginx proxy.tid @@ -0,0 +1,16 @@ +created: 20161123001024194 +creator: user +modified: 20161123001215812 +modifier: user +tags: docker +title: nginx proxy +type: text/vnd.tiddlywiki + +; Automated nginx proxy for Docker containers using docker-gen +: https://github.com/jwilder/nginx-proxy + +; `docker-gen` is a file generator that renders templates using docker container meta-data. +: https://hub.docker.com/r/jwilder/docker-gen/ + +; a lightweight companion container for the nginx-proxy. It allow the creation/renewal of Let's Encrypt certificates automatically. +: https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion \ No newline at end of file diff --git a/mywiki/tiddlers/node1.aiko.sh.tid b/mywiki/tiddlers/node1.aiko.sh.tid new file mode 100644 index 0000000..070a61c --- /dev/null +++ b/mywiki/tiddlers/node1.aiko.sh.tid @@ -0,0 +1,23 @@ +created: 20161116214416185 +creator: user +modified: 20161118201827372 +modifier: user +tags: aiko.sh +title: node1.aiko.sh +type: text/vnd.tiddlywiki + +; PI-Hole +: http://node1.aiko.sh/admin/index.php + +; Node-RED +: http://node1.aiko.sh:1880 + +; Node-RED freeboard Aiko +: http://node1.aiko.sh:1880/freeboard/#start-aiko + +; Cookie Jar +: http://node1.aiko.sh:8080 + +; Ghost Blog +: http://node1.aiko.sh:2368/ + diff --git a/mywiki/tiddlers/p43.aiko.sh.tid b/mywiki/tiddlers/p43.aiko.sh.tid new file mode 100644 index 0000000..91cae83 --- /dev/null +++ b/mywiki/tiddlers/p43.aiko.sh.tid @@ -0,0 +1,16 @@ +created: 20161118201832601 +creator: user +modified: 20161118202033565 +modifier: user +tags: aiko.sh +title: p43.aiko.sh +type: text/vnd.tiddlywiki + +; Domoticz +: http://pi43.aiko.sh:1888/#/Dashboard + +; Node-RED +: http://pi43.aiko.sh:1880 + +; MQTT +: mqtt.aiko.sh:1883