HuPI: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
mNo edit summary
Brian Wilson (talk | contribs)
m Pulled changes from the old site
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
2015-Jan-25
2022-November-11


Moved to Tektonic.net
We're moving from shared hosting at Bluehost.com back to a VPS at Tektonic.net because it's now cheaper.
to support mailing list volume.


Now moving back to hostmonster to save money.


== Archive ==
== Web service ==


Just need to copy pipermail archives on hostmonster.
For HuPI it is in /home/hupi. The web pages are all in /home/hupi/content/.


== Lists ==
It's running in a Docker container called "hupi", using the Caddy webserver.
 
There is another Docker container called "caddy-proxy" that handles the certificates for the HTTPS encryption. It's also running Caddy and it functions as a reverse proxy.
 
 
== Email ==
 
These are old notes, it's not set up yet.
 
Using postfix as the MTA.


Mailing lists http://hupi.org/cgi-bin/mailman/listinfo
Mailing lists http://hupi.org/cgi-bin/mailman/listinfo


List and subscriber count
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.
 
=== Mailman ===
 
docker pull macropin/mailman


573 hpv
I can direct traffic from the router to any particular port
199 hpv-boats
so I can run SMTP on port 2525 and send port 25 traffic to it.
766 hpv-forsale
539 trikes
287 velomobile
147 vph


Could move lists to Google Groups
docker run --rm -ti --name mailman \
  -p 2525:25 -p 8025:80 \
  -e MAILMAN_URLHOST=list.hupi.org \
  -e MAILMAN_EMAILHOST=hupi.org \
  -e MAILMAN_ADMINPASS=yersecretpassword \
  macropin/mailman


Current hosting options
You should be able to connect to the 2 services, HTTP and SMTP.


* Sonic - ADSL $40/month for 16/2.5
telnet localhost 8025
* Comcast - Business service 16/3 = $80
telnet localhost 2525
* CDS - not reliable long term
* Hostmonster - limits email

Latest revision as of 01:30, 14 November 2022

2022-November-11

We're moving from shared hosting at Bluehost.com back to a VPS at Tektonic.net because it's now cheaper.


Web service

For HuPI it is in /home/hupi. The web pages are all in /home/hupi/content/.

It's running in a Docker container called "hupi", using the Caddy webserver.

There is another Docker container called "caddy-proxy" that handles the certificates for the HTTPS encryption. It's also running Caddy and it functions as a reverse proxy.


Email

These are old notes, it's not set up yet.

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.

Mailman

docker pull macropin/mailman

I can direct traffic from the router to any particular port so I can run SMTP on port 2525 and send port 25 traffic to it.

docker run --rm -ti --name mailman \
 -p 2525:25 -p 8025:80 \
 -e MAILMAN_URLHOST=list.hupi.org \
 -e MAILMAN_EMAILHOST=hupi.org \
 -e [email protected] \
 -e MAILMAN_ADMINPASS=yersecretpassword \
 macropin/mailman

You should be able to connect to the 2 services, HTTP and SMTP.

telnet localhost 8025
telnet localhost 2525