Update host note, fix doc link
This commit is contained in:
parent
c74d9ccb74
commit
f04e54b3a5
|
@ -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`.
|
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
|
## PHP Requirements
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ This is written to target PHP 8.3, and requires the `curl`, `DOM`, and `SQLite3`
|
||||||
|
|
||||||
## Site Address
|
## 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
|
## Feed Reader Central Behavior
|
||||||
|
|
||||||
|
|
|
@ -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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user