Install doc doesn't mention the port the server listens on

Aperta Adatta ai principianti
#8 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
1/5
Tempo stimato
Meno di un'ora
Idoneità per principianti
84/100
Tipo di issue
Documentazione
Chiarezza
Specificata chiaramente
Stato di attività
Tranquilla
Stack tecnologico
javascript, node.js

Direzione di ricerca

Inizia con la sezione sull’avvio del server della guida all’installazione, quindi verifica i valori predefiniti in daveappserver e config.json. Aggiorna la documentazione per indicare la porta HTTP 1420 o il valore PORT e la porta WebSocket 1462 o il valore websocketPort, incluso il requisito del reverse proxy.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

Doing a test install using Claude Code, I noticed it took a long time for it to find the proper port to be proxied. Here is Claude's suggestion.

The install guide tells you to start the server with node rssnetwork.js and to set up a reverse proxy, but it never says what port to point that proxy at.

The answer is buried in daveappserver: the default is process.env.PORT || 1420, discoverable only by downloading the package and reading its source. Anyone following the guide who wants to put Caddy or nginx in front of the app has to go hunting for it.

A one-line addition to the install doc would fix this — either in the "Start the server" step or in a dedicated networking/ports section:

▎ The server listens on port 1420 by default (or the value of the PORT environment variable). Point your reverse proxy at that port.

It would also be worth mentioning the WebSocket port (1462 by default, set via websocketPort in config.json), since anyone running behind a reverse proxy needs to forward WebSocket upgrade requests to it separately.

Lingua principale
JavaScript
Stelle
37
Fork
7
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di scripting/rss.chat

Tutte le issue di scripting/rss.chat

Issue simili

Altre issue su JavaScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.