diff --git a/INSTALLING.md b/INSTALLING.md index d8d4dea..9497134 100644 --- a/INSTALLING.md +++ b/INSTALLING.md @@ -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 diff --git a/README.md b/README.md index 1b8caaa..50ffdb7 100644 --- a/README.md +++ b/README.md @@ -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.