summaryrefslogtreecommitdiff
path: root/docs/configuration/service/https.rst
AgeCommit message (Collapse)Author
2026-05-06feat: flip swap mechanism — MD as primary, RST as override (Phase 1)Yuriy Andamasov
This is the first of three phases inverting the per-page swap mechanism so MD becomes the canonical primary and RST becomes the rare override. Phase 1 — file renames + conf.py exclude_patterns flip only: - Rename docs/**/md-<stem>.md to docs/**/<stem>.md (drop md- prefix) for all 254 stems previously listed in docs/_swap.txt - Rename docs/**/<stem>.rst to docs/**/rst-<stem>.rst (add rst- prefix) for the same 254 stems - Repurpose docs/_swap.txt as docs/_rst_overrides.txt; initially empty comment-only since no pages need the RST fallback right now - conf.py exclude_patterns flipped: rst-*.rst is now excluded by default instead of md-*.md - conf.py runtime-artifact references updated to _rst_override_state.json and _md_exclude.txt (Phase 2 will rewrite swap_sources.py to produce these names; for now no swap script runs because overrides list is empty) Phase 2 (next commit on this branch) will rewrite scripts/swap_sources.py with inverted rename direction, delete scripts/import_myst.py + tests, and update tests/test_swap_sources.py for the new semantics. Phase 3 will be the cleanup pass and ready-for-review flip. Generated by robots https://vyos.io
2024-10-01http-api: T6736: update config commands for dedicated REST API nodeJohn Estabrook
2024-04-17https: Added information on configuring graphql, cors & request-body-size-limitAlex W
2024-01-08https: add latest CLI changesChristian Breunig
2023-11-22http: T5762: rename "virtual-host listen-port" -> "virtual-host port"Christian Breunig
2023-11-21http: T5762: api: make API socket backend communication the one and only defaultChristian Breunig
Why: Smoketests fail as they can not establish IPv6 connection to uvicorn backend server. https://github.com/vyos/vyos-1x/pull/2481 added a bunch of new smoketests. While debugging those failing, it was uncovered, that uvicorn only listens on IPv4 connections vyos@vyos# netstat -tulnp | grep 8080 (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN - As the CLI already has an option to move the API communication from an IP to a UNIX domain socket, the best idea is to make this the default way of communication, as we never directly talk to the API server but rather use the NGINX reverse proxy.
2022-07-13Update https.rstKyleM
"set service https api-restrict virtual-host rtr01.example.com" should be "set service https api-restrict virtual-host rtr01"
2022-05-30http-api: Add action reset and socket descriptionViacheslav Hletenko
2022-04-12Update https.rstshowipintbri
linting correction update
2022-04-12Update https.rstshowipintbri
2021-09-04Merge pull request #608 from showipintbri/patch-3Robert Göhler
Grammar corrections
2021-09-02Spelling Correctionsshowipintbri
2021-09-02Grammar correctionsshowipintbri
2021-02-28HTTP-API: short linerebortg
2021-02-28HTTP-API: rewrite and add config multiple commandsrebortg
2020-12-11service: fix lint errorsrebortg
2020-11-30arrange services and protocolsrebortg