HuPI: Difference between revisions
Brian Wilson (talk | contribs) mNo edit summary |
Brian Wilson (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
2017-Jan-01 | 2017-Jan-01 | ||
Currently everything is running in a virtual machine. | Currently everything is running in a virtual machine called [[Hub]]. | ||
This was the way to go a few years ago, now I have just the one | This was the way to go a few years ago, now I have just the one | ||
VM running there so it's just as much work as running a separate | VM running there so it's just as much work as running a separate | ||
Line 22: | Line 15: | ||
even if I don't use Docker I want to get rid of QEMU. | even if I don't use Docker I want to get rid of QEMU. | ||
== Services required | 2015-Jan-25 | ||
Moved IHPVA.org to Tektonic.net to support mailing list volume | |||
and dragged HuPI over at the same time. | |||
Moved back to my own server at CDS to save money. | |||
== Dockerization === | |||
Services required | |||
* Web service | * Web service | ||
Line 33: | Line 35: | ||
Needs CGI support for Mailman. | Needs CGI support for Mailman. | ||
Starting with Dockerizing the simple hupi wen site, | |||
then decide what direction to go with mailman... should probably be a separate docker | |||
Theo would be able to access the storage area by connecting to Dart, | |||
and he already has credentials to do that. It should look no different. | |||
=== Email and mailman === | |||
Using postfix as the MTA. | |||
Mailing lists http://hupi.org/cgi-bin/mailman/listinfo | Mailing lists http://hupi.org/cgi-bin/mailman/listinfo | ||
The only list left is "vph", I shut all the others down over a year ago. | The only list left is "vph", I shut all the others down over a year ago. | ||
It should still be possible to connect to the postfix/mailman container via exec to run mailman commands, in | It should still be possible to connect to the postfix/mailman container via exec to run mailman commands, in | ||
fact you could run the | fact you could run the commands directly (no shell.) I should be able to make aliases for that. |
Revision as of 05:21, 11 September 2017
2017-Jan-01
Currently everything is running in a virtual machine called Hub. This was the way to go a few years ago, now I have just the one VM running there so it's just as much work as running a separate server.
I am considering what it would take to use Docker containers instead. The big advantage for me would be that Dockers are very portable, I can copy them and run them anywhere. The only thing tying me to one machine is the mapping between DNS and a fixed IP address. (Which is true with the virtual machine.)
I chose to try QEMU/KVM to support the virtual machines on Dart and I want to get rid of that, it's the only place I ended up using it. I want to use VirtualBox when I need VM's, it's better. So even if I don't use Docker I want to get rid of QEMU.
2015-Jan-25
Moved IHPVA.org to Tektonic.net to support mailing list volume and dragged HuPI over at the same time.
Moved back to my own server at CDS to save money.
Dockerization =
Services required
- Web service
- Mailman
Web service
Strictly plain vanilla HTTP server. Needs CGI support for Mailman.
Starting with Dockerizing the simple hupi wen site, then decide what direction to go with mailman... should probably be a separate docker
Theo would be able to access the storage area by connecting to Dart, and he already has credentials to do that. It should look no different.
Email and mailman
Using postfix as the MTA.
Mailing lists http://hupi.org/cgi-bin/mailman/listinfo
The only list left is "vph", I shut all the others down over a year ago.
It should still be possible to connect to the postfix/mailman container via exec to run mailman commands, in fact you could run the commands directly (no shell.) I should be able to make aliases for that.