aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 0bb6e35175216c9b85bfa9a76678a8b539afba7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# About

FChannel is a libre, self-hostable, federated, imageboard platform that utilizes ActivittPub. 

# Server Installation and Configuration

## Minimum Server Requirements

_POST MINIMUM SERVER REQUIREMENTS HERE (OS, Hardware, etc.) HERE_ 

## Server Installation Instructions

- Ensure you have golang installed at a correct 
```
GOPATH
```

- Copy `config-init` to `config` and change the values appropriately to reflect the instance.

- Create the database, username, and password for psql that is used in config file.

- Run `psql -U (user) -d (database) -f databaseschema.psql`

- Finally start the server with `go run`.

## Server Configuration

_POST VARIOUS NOTABLE CONFIG OPTIONS THE HOST MAY WANT TO CHANGE IN CONFIGURATION, AS WELL AS ANY SECURITY SETTINGS HERE._ 

## Networking

### NGINX Template

_PROVIDE A BASIC NGINX TEMPLATE HERE_

### Apache

_PROVIDE A BASIC APACHE TEMPLATE HERE_

### Caddy

_PROVIDE A BASIC CADDYv2 TEMPLATE HERE_