Jump to content

FeministWiki:Technical documentation: Difference between revisions

(Change all uses of the code HTML tag to the "C" template.)
(One intermediate revision by the same user not shown)
Line 8: Line 8:
!IP            !! FQDN                        !! Host          !! Purpose                !! Ports
!IP            !! FQDN                        !! Host          !! Purpose                !! Ports
|-
|-
|85.214.101.34 ||            feministwiki.org ||              || Wiki                    || 80, 443
|85.214.208.60 ||            feministwiki.org ||              || Wiki                    || 80, 443
|-
|-
|85.214.101.34 ||        www.feministwiki.org || www          || Wiki                    || 80, 443
|85.214.208.60 ||        www.feministwiki.org || www          || Wiki                    || 80, 443
|-
|-
|85.214.101.34 ||      ldap.feministwiki.org || ldap          || LDAP                    || -
|85.214.208.60 ||      ldap.feministwiki.org || ldap          || LDAP                    || -
|-
|-
|85.214.101.34 ||      blogs.feministwiki.org || blogs        || Blogging                || 80, 443
|85.214.208.60 ||      blogs.feministwiki.org || blogs        || Blogging                || 80, 443
|-
|-
|85.214.101.34 ||      chat.feministwiki.org || chat          || Web-client for XMPP    || 80, 443
|85.214.208.60 ||      chat.feministwiki.org || chat          || Web-client for XMPP    || 80, 443
|-
|-
|85.214.101.34 ||      forum.feministwiki.org || forum        || BBS Forum              || 80, 443
|85.214.208.60 ||      forum.feministwiki.org || forum        || BBS Forum              || 80, 443
|-
|-
|85.214.101.34 ||      mail.feministwiki.org || mail          || Web-client for Mail    || 80, 443
|85.214.208.60 ||      mail.feministwiki.org || mail          || Web-client for Mail    || 80, 443
|-
|-
|85.214.101.34 ||      files.feministwiki.org || files        || File storage            || 80, 443
|85.214.208.60 ||      files.feministwiki.org || files        || File storage            || 80, 443
|-
|-
|85.214.101.34 ||      imap.feministwiki.org || imap          || IMAP                    || 993
|85.214.208.60 ||      imap.feministwiki.org || imap          || IMAP                    || 993
|-
|-
|85.214.101.34 ||      pop3.feministwiki.org || pop3          || POP3                    || 995
|85.214.208.60 ||      pop3.feministwiki.org || pop3          || POP3                    || 995
|-
|-
|85.214.101.34 ||      smtp.feministwiki.org || smtp          || SMTP                    || 25, 465, 587
|85.214.208.60 ||      smtp.feministwiki.org || smtp          || SMTP                    || 25, 465, 587
|-
|-
|85.214.101.34 ||      xmpp.feministwiki.org || xmpp          || XMPP                    || 5222, 5223, 5269, 5270, 5443, 7777
|85.214.208.60 ||      xmpp.feministwiki.org || xmpp          || XMPP                    || 5222, 5223, 5269, 5270, 5443, 7777
|-
|-
|85.214.101.34 ||        irc.feministwiki.org || irc          || IRC                    || 6697
|85.214.208.60 ||        irc.feministwiki.org || irc          || IRC                    || 6697
|-
|-
|85.214.101.34 ||    account.feministwiki.org || account      || Account operations      || 80, 443
|85.214.208.60 ||    account.feministwiki.org || account      || Account operations      || 80, 443
|}
|}


Line 125: Line 125:
The file {{C|/etc/fw-certs/bundle.pem}} is useful for programs that don't have the capability of reading a separate cert and key file; it combines the full certificate chain ({{C|fullchain.pem}}) with the private key in a single file.
The file {{C|/etc/fw-certs/bundle.pem}} is useful for programs that don't have the capability of reading a separate cert and key file; it combines the full certificate chain ({{C|fullchain.pem}}) with the private key in a single file.


If you ever add a new domain under which the FeministWiki server will be reachable, add it as a line to the file {{C|/root/etc/domains}} and run the script {{C|/root/bin/letsencrypt-refresh}}.  This script takes care of running {{C|certbot}} to refresh the cert files, and populating the {{C|/etc/fw-certs}} directory with updated files.
If you ever add a new domain under which the FeministWiki server will be reachable, add it as a line to the file {{C|/etc/feministwiki/domains}} and run the script {{C|/root/bin/letsencrypt-refresh}}.  This script takes care of running {{C|certbot}} to refresh the cert files, and populating the {{C|/etc/fw-certs}} directory with updated files.


Note that whenever you run the {{C|letsencrypt-refresh}} script, it will momentarily stop the web server.  This means you're causing a short outage of the web-based services of the FeministWiki whenever you run the script.
Note that whenever you run the {{C|letsencrypt-refresh}} script, it will momentarily stop the web server.  This means you're causing a short outage of the web-based services of the FeministWiki whenever you run the script.