User Tools

Site Tools


freebsd:seafile_with_apache_https

This is an old revision of the document!


Seafile on FreeBSD with Apache HTTPS

DNS/IP Setup

  • Since we will be setting up HTTPS it makes sense to start off with setting the correct hostname, IP address, and DNS. Let's start with /etc/rc.conf
  • Set the hostname
    /etc/rc.conf
    ...
    hostname="..."
    ...
  • Set the IP
    /etc/rc.conf
    ...
    ifconfig_em0="inet X.X.X.X netmask X.X.X.X" #you should replace "em0" with the correct interface name
    ...
  • Next edit /etc/hosts
    /etc/hosts
    X.X.X.X              seabsd.change.me # set to the values you set in /etc/rc.conf
  • Make sure you set your DNS s the LetsEncyrpt can find your server by the hostname you set.

Install Seafile Packges

freebsd/seafile_with_apache_https.1550855324.txt.gz · Last modified: 2019/02/22 11:08 by tschulz