|
@@ -14,6 +14,77 @@ const services: Array<Service> = [
|
|
|
description: `Main website of FIXME.`,
|
|
|
url: 'https://fixme.ch/',
|
|
|
},
|
|
|
+ {
|
|
|
+ id: 'FIXME Wiki',
|
|
|
+ name: 'FIXME Wiki',
|
|
|
+ serviceCheck: {
|
|
|
+ type: 'URL',
|
|
|
+ params: {
|
|
|
+ url: 'https://fixme.ch/wiki'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ public: true,
|
|
|
+ description: `FIXME wiki`,
|
|
|
+ url: 'https://fixme.ch/wiki',
|
|
|
+ wiki: 'https://fixme.ch/wiki/Main_Page',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'FIXME Etherpad',
|
|
|
+ name: 'FIXME Etherpad',
|
|
|
+ serviceCheck: {
|
|
|
+ type: 'URL',
|
|
|
+ params: {
|
|
|
+ url: 'https://pad.fixme.ch'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ public: true,
|
|
|
+ description: `Etherpad allows you to edit documents collaboratively in real-time, much like a live multi-player editor that runs in your browser.`,
|
|
|
+ url: 'https://pad.fixme.ch',
|
|
|
+ wiki: 'https://fixme.ch/wiki/Etherpad',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'Home Assistant',
|
|
|
+ name: 'Home Assistant',
|
|
|
+ serviceCheck: {
|
|
|
+ type: 'URL',
|
|
|
+ params: {
|
|
|
+ url: 'https://ha.fixme.ch'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ public: true,
|
|
|
+ description: `Open source home automation that puts local control and privacy first.`,
|
|
|
+ url: 'https://ha.fixme.ch',
|
|
|
+ wiki: 'https://fixme.ch/wiki/Home_Assistant',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'Power Consumption Graph',
|
|
|
+ name: 'Power Consumption Graph',
|
|
|
+ serviceCheck: {
|
|
|
+ type: 'URL',
|
|
|
+ params: {
|
|
|
+ url: 'https://power.fixme.ch'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ public: true,
|
|
|
+ description: `Real time hackerspace power consumption`,
|
|
|
+ url: 'https://power.fixme.ch',
|
|
|
+ wiki: 'https://fixme.ch/wiki/Power',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: 'Network Router',
|
|
|
+ name: 'Network Router',
|
|
|
+ serviceCheck: {
|
|
|
+ type: 'URL',
|
|
|
+ params: {
|
|
|
+ url: 'https://router.fixme.ch',
|
|
|
+ disableSSLVerification: true,
|
|
|
+ }
|
|
|
+ },
|
|
|
+ public: true,
|
|
|
+ description: `Main router at FIXME`,
|
|
|
+ url: 'https://router.fixme.ch',
|
|
|
+ wiki: 'https://fixme.ch/wiki/Router',
|
|
|
+ },
|
|
|
{
|
|
|
id: 'orbital',
|
|
|
name: 'Orbital',
|