Web Infrastructure: Difference between revisions

From The Munich Maker Lab's Wiki
Jump to navigation Jump to search
(warning: outdated)
(spam cleanup)
 
Line 7: Line 7:
Wordpress at https://munichmakerlab.de
Wordpress at https://munichmakerlab.de
* Access via HTTP is redirected to HTTPS
* Access via HTTP is redirected to HTTPS
* Hosted on vps02.thearrow.de, by [[User:Tiefpunkt|tiefpunkt]]
* Hosted on mars.munichmakerlab.de
* Provides blog, and calendar.
* Create your own account, proper rights for posting provided by an admin


== Wiki ==
== Wiki ==
MediaWiki at https://wiki.munichmakerlab.de/
MediaWiki at https://wiki.munichmakerlab.de/
* Access via HTTP is redirected to HTTPS
* Access via HTTP is redirected to HTTPS
* Hosted on beta.tiefpunkt.com, by [[User:Tiefpunkt|tiefpunkt]]
* Hosted on jupiter.munichmakerlab.de
* Create your own account, needs to be confirmed by an admin
* Create your own account, needs to be confirmed by an admin
=== Maintenance ===
We currently have a bit of a spam problem, easiest way to fix it currently is to clean them up in the database directly.
<pre>
update mw_account_requests set acr_rejected = DATE_FORMAT(NOW(),"%Y%m%d%H%i%S"), acr_user = 1, acr_comment = "Spam, no confirmed mail address", acr_deleted = 1 where acr_email_authenticated is null and acr_rejected is null and acr_registration < now() - interval 7 day;
update mw_account_requests set acr_rejected = DATE_FORMAT(NOW(),"%Y%m%d%H%i%S"), acr_user = 1, acr_comment = "Spam", acr_deleted = 1 where acr_rejected is null and acr_registration < now() - interval 7 day;
update mw_account_requests set acr_rejected = DATE_FORMAT(NOW(),"%Y%m%d%H%i%S"), acr_user = 1, acr_comment = "Spam", acr_deleted = 1 where acr_rejected is null;
</pre>


== Status ==
== Status ==
Space status at https://status.munichmakerlab.de
Space status at https://status.munichmakerlab.de
* Access possible via HTTP and HTTPS
* Access possible via HTTP and HTTPS
* Hosted on vps02.thearrow.de, by [[User:Tiefpunkt|tiefpunkt]]
* Hosted on mars.munichmakerlab.de
* Details at [[StartYourEngines]]
* Details at [[StartYourEngines]]


== MuMaBus ==
== MuMaBus ==
Space Automation, see [[MuMaBus]] for details
Space Automation, see [[MuMaBus]] for details
* MQTT at mqtt.tiefpunkt.com, hosted on vps02.thearrow.de by [[User:Tiefpunkt|tiefpunkt]]
* MQTT at jupiter.munichmakerlab.de


== ThingStore ==
== Slack ==
Data collection, at http://data.tiefpunkt.com
* Hosted on beta.tiefpunkt.com by [[User:Tiefpunkt|tiefpunkt]]
 
== Flowback ==
Chat, with bridge to IRC
Chat, with bridge to IRC
* Application in itself  is SaaS, we have a 50 seat community license. Talk to [[User:Tarwin|tarwin]] or [[User:Tiefpunkt|tiefpunkt]]
* Application in itself  is SaaS, we have a 50 seat community license. Talk to [[User:Tarwin|tarwin]] or [[User:Tiefpunkt|tiefpunkt]]
* IRC bridge is powered by [https://github.com/munichmakerlab/RelayBot RelayBot], hosted on beta.tiefpunkt.com
* IRC bridge is powered by [https://github.com/munichmakerlab/RelayBot RelayBot], hosted on ???
 
== Etherpad ==
* Hosted on mars.munichmakerlab.de


== Additional Services ==
== Additional Services ==

Latest revision as of 22:46, 3 July 2023

Attention.png Warning: The contents of this page are hopelessly outdated and need to be updated. For now, check #it-infrastructure in Slack in case you want to know anything specifc.

Some documentation on MuMaLab's web infrastructure stuff.

Website

Wordpress at https://munichmakerlab.de

  • Access via HTTP is redirected to HTTPS
  • Hosted on mars.munichmakerlab.de

Wiki

MediaWiki at https://wiki.munichmakerlab.de/

  • Access via HTTP is redirected to HTTPS
  • Hosted on jupiter.munichmakerlab.de
  • Create your own account, needs to be confirmed by an admin

Maintenance

We currently have a bit of a spam problem, easiest way to fix it currently is to clean them up in the database directly.

update mw_account_requests set acr_rejected = DATE_FORMAT(NOW(),"%Y%m%d%H%i%S"), acr_user = 1, acr_comment = "Spam, no confirmed mail address", acr_deleted = 1 where acr_email_authenticated is null and acr_rejected is null and acr_registration < now() - interval 7 day;

update mw_account_requests set acr_rejected = DATE_FORMAT(NOW(),"%Y%m%d%H%i%S"), acr_user = 1, acr_comment = "Spam", acr_deleted = 1 where acr_rejected is null and acr_registration < now() - interval 7 day;

update mw_account_requests set acr_rejected = DATE_FORMAT(NOW(),"%Y%m%d%H%i%S"), acr_user = 1, acr_comment = "Spam", acr_deleted = 1 where acr_rejected is null;

Status

Space status at https://status.munichmakerlab.de

  • Access possible via HTTP and HTTPS
  • Hosted on mars.munichmakerlab.de
  • Details at StartYourEngines

MuMaBus

Space Automation, see MuMaBus for details

  • MQTT at jupiter.munichmakerlab.de

Slack

Chat, with bridge to IRC

  • Application in itself is SaaS, we have a 50 seat community license. Talk to tarwin or tiefpunkt
  • IRC bridge is powered by RelayBot, hosted on ???

Etherpad

  • Hosted on mars.munichmakerlab.de

Additional Services

  • Calendar as iCal
  • ical2email. Sends reminder emails for events to mailing list, using the wordpress calendar. Python script running daily on vps02.thearrow.de