diff --git a/config.toml b/config.toml index e97378b..be863b5 100644 --- a/config.toml +++ b/config.toml @@ -52,7 +52,7 @@ copyright = 'CC-By-NC-4.0' [[languages.en.menu.main]] identifier = "project" name = "Projects" - url = "/project" + url = "/projects" [[languages.en.menu.main]] identifier = "rss" name = "RSS" diff --git a/content/impressum.md b/content/impressum.md new file mode 100644 index 0000000..572bc6f --- /dev/null +++ b/content/impressum.md @@ -0,0 +1,9 @@ ++++ +title = "Impressum" +date = 2019-07-01T22:23:05+02:00 +draft = false ++++ + +This is a Impressum + +look at: About -> email diff --git a/content/post/concept-tamperresistance-pi.md b/content/post/concept-tamperresistance-pi.md new file mode 100644 index 0000000..313cfe7 --- /dev/null +++ b/content/post/concept-tamperresistance-pi.md @@ -0,0 +1,29 @@ ++++ +title = "Concept autonom tamperresistant Pi" +date = 2019-07-01T23:19:17+02:00 +author = "MH" +cover = "" +tags = ["Raspberry", "Pi", "Concept", "Tamperproof"] +description = "Idears about building a tamperproof server with Praspbery Pi" +showFullContent = false +draft = false ++++ + +* Split the sdcard into two partitions one smal wich contains the bootloader, kernel and initrd and an encrypted root filesystem. +* Integrate Tor into initrd +* calculate a hash with sensors wich messure the enviroment (pressure against a case, eg.) + +If the Pi hast power and a network conetcion ... + + - it can calculate the hash + - start the tor client + - ask a specific hidden service with the hash for a key + - if the hash is korect it return the key wich unlook the rootfs + + ... normla bootprocess follows + + > Your Pi can start automatical + + > NO SECRET is stored unsecure on the device + + > An external unlocatable party checks if the device was touched diff --git a/content/post/services.md b/content/post/services.md index a251916..b6f0f6e 100644 --- a/content/post/services.md +++ b/content/post/services.md @@ -1,28 +1,28 @@ ---- -categories: ["Info"] -title: "Maintained Services" -description: "List of Services wich are maintained by 6543" -date: 2019-06-24T10:54:01+02:00 -#draft: true ++++ +title = "Maintained Services" +date = 2019-07-01T21:13:30+02:00 +author = "MH" +cover = "" +tags = ["services", "status"] +description = "list of services wich are maintained by me" +showFullContent = false +draft = false ++++ ---- Software | Address | Status | Comments -----------------------------------------------|----------------------------|:-------:|:-------- - ############## | ########################## | ####### | - [Diaspora](https://diasporafoundation.org/) | Diaspora.AltinSystems.DE | OFF | - [NextCloud](https://nextcloud.com) | Cloud.Obermui.de | On | + [Diaspora](https://diasporafoundation.org/) | Diaspora.AltinSystems.DE | OFF | Lag of time to restore it + [NextCloud](https://nextcloud.com) | Cloud.Obermui.de | On | Frends Only [PeerTube](https://joinpeertube.org) | Video.Obermui.de | On | [NextCloud](https://nextcloud.com) | cloud.dpsg-rott.de | OFF | Migrated -> cloud.pfadfinder-ebersberg.de TeamSpeak | Obermui.de | On | Planed to switch to Mumble - MineCraft | Obermui.de:25565 | On | - [CJDNS](https://github.com/cjdelisle/cjdns/) | Obermui.de:51935 | On | - [OpenTracker](https://erdgeist.org/arts/software/opentracker/)| [CJDNS Address](fc15:368e:2797:79d1:71d4:f698:c081:d4a2) | On | - [Gitea](https://gitea.io) | Git.AltinSystems.DE | On | + MineCraft | Obermui.de:25565 | On | migrate server + [CJDNS](https://github.com/cjdelisle/cjdns/) | Obermui.de:51935 | Off | migrate server + [OpenTracker](https://erdgeist.org/arts/software/opentracker/)| [CJDNS Address](fc15:368e:2797:79d1:71d4:f698:c081:d4a2) | Off | migrate server + [Gitea](https://gitea.io) | Code.Obermui.DE | On | [IPFS](https://ipfs.io/) | Internal | On | Alle Dienste sind freiwilig betrieben, Donates koennen an - - diff --git a/content/post/support.md b/content/post/support.md index a443e39..9dd0ff7 100644 --- a/content/post/support.md +++ b/content/post/support.md @@ -1,11 +1,16 @@ ---- -categories: ["Info"] -title: "Support Services" -date: 2019-06-24T01:19:36+02:00 -#draft: true ---- - ++++ +title = "Support Services" +date = 2019-06-24T01:19:36+02:00 +author = "MH" +cover = "" +tags = ["BTC", "LTC", "Dash", "services"] +description = "You can support me if you like" +showFullContent = false +draft = false ++++ +If you use or enjoy a pice of software wich i profide, +you can send me tips via these cryptocurrency adresses. * BTC: 1MQ8aiNgFjaKkJei1oK1f4GExxLrPzAM2S * LTC: LcHBhC2Aon3EGHMiYHmQZKjX7SHFQ64Q9j diff --git a/content/projects.md b/content/projects.md new file mode 100644 index 0000000..c80f71c --- /dev/null +++ b/content/projects.md @@ -0,0 +1,7 @@ ++++ +title = "Projects" +date = 2019-07-01T22:22:21+02:00 +draft = false ++++ + +## [Remaster](https://github.com/6543/remaster)