Update host note, fix doc link

This commit is contained in:
Daniel J. Summers 2024-04-15 18:21:11 -04:00
parent c74d9ccb74
commit f04e54b3a5
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ For Windows users, the steps are the same; however, the binary should be named `
Once those steps are complete, from the `/src` directory, run `frankenphp run`.
_(More environments will be detailed as part of a later release; an nginx reverse proxy via FastCGI is another common way to run PHP applications)_
_(More environments will be detailed as part of a later release; an nginx reverse proxy via FastCGI is another common way to run PHP applications.)_
## PHP Requirements
@ -23,7 +23,7 @@ This is written to target PHP 8.3, and requires the `curl`, `DOM`, and `SQLite3`
## Site Address
The default `Caddyfile` will run the site at `http://localhost:8205`. To change that, change that address on line 5. (Note that if `http` is not specified, Caddy will attempt to obtain and install a server certificate. This may be what you want, but that also could be a source of startup errors.)
The default `Caddyfile` will run the site at `http://localhost:8205`. To have the process respond to other devices on your network, you can add the server name to that to line 5 (ex. `http://localhost:8205, http://server:8205`); you can also change the port on which it listens. (Note that if `http` is not specified, Caddy will attempt to obtain and install a server certificate. This may be what you want, but that also could be a source of startup errors.)
## Feed Reader Central Behavior

View File

@ -4,4 +4,4 @@ Feed Reader Central is a lightweight feed reader with simple self-hosting. The s
It is written in vanilla PHP, and uses a SQLite database to keep track of items.
See [INSTALLING.md](/INSTALLING.md) for setup and configuration instructions.
See [INSTALLING.md](./INSTALLING.md) for setup and configuration instructions.