Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

docker-scripts-archived/freedombox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreedomBox in a Container

Docker scripts that install and run Freedombox in a container.

Installation

Access the website

  • Add the domain of freedombox to wsproxy: ds wsproxy add

  • If the domain is a real one, tell wsproxy to get a free letsencrypt.org SSL certificate for it: ds wsproxy ssl-cert

  • If the domain is not a real one, add to /etc/hosts the line: 127.0.0.1 freedombox.example.org

  • Now you can access the website at: https://freedombox.example.org

Maintenance

```
ds stop
ds start
ds shell
ds help

# To-Do
ds backup
ds restore
ds remake

ds update
ds upgrade
```