Skip to content

Confuzed/HomeServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

HomeServer

How to build

  1. A clean install of Ubuntu Server.

    • Select the full version (not minimal install) but do not select any Snaps for pre-installation.

    • Select the correct boot-disk, use the whole disk, select LVM, and enable LUKS encryption.

  2. After first boot, log in.

  3. Clone the server configuration bootstrap files from GitHub in to a directory where your server configuration source will live. e.g.:

    $ mkdir $HOME/ServerConfigs
    
    $ cd $HOME/ServerConfigs
    
    $ git clone https://github.com/Confuzed/HomeServer.git
    
  4. Set your working directory to the location of the cloned repository:

    $ cd HomeServer
  5. If necessary, make the bootstrap script executable:

    $ chmod 0700 bootstrap.sh
  6. Execute the bootstreap script:

    $ ./bootstrap.sh
  7. Follow the directions given by the script, which will result in a clone of the private repository hosting the full server configuration.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages