<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-documentation.git/docs/configuration/service/https.rst, branch t9096/retarget-current-refs-circinus</title>
<subtitle>VyOS readthedocs (mirror of https://github.com/vyos/vyos-documentation.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-documentation.git/atom?h=t9096%2Fretarget-current-refs-circinus</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-documentation.git/atom?h=t9096%2Fretarget-current-refs-circinus'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/'/>
<updated>2026-05-06T18:08:17+00:00</updated>
<entry>
<title>feat: flip swap mechanism on circinus — MD as primary, RST as override</title>
<updated>2026-05-06T18:08:17+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-05-06T18:08:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=3edf063d4d27d6132c67024b9560c0075fe7a48e'/>
<id>urn:sha1:3edf063d4d27d6132c67024b9560c0075fe7a48e</id>
<content type='text'>
Mirror of #1899 for circinus. Same logic, same scripts, per-branch file set.

Changes:
- Rename docs/**/md-&lt;stem&gt;.md to docs/**/&lt;stem&gt;.md (drop md- prefix) for
  all 253 stems previously listed in docs/_swap.txt
- Rename docs/**/&lt;stem&gt;.rst to docs/**/rst-&lt;stem&gt;.rst (add rst- prefix)
  for the same 253 stems
- Repurpose docs/_swap.txt as docs/_rst_overrides.txt; initially empty
- conf.py exclude_patterns flipped: rst-*.rst excluded by default
- conf.py runtime-artifact references updated to _rst_override_state.json
  and _md_exclude.txt
- scripts/swap_sources.py rewritten with inverted rename direction
  (rst-&lt;stem&gt;.rst → &lt;stem&gt;.rst when applying overrides; &lt;stem&gt;.md
  excluded via _md_exclude.txt)
- scripts/import_myst.py and tests/test_import_myst.py deleted (obsolete)
- tests/test_swap_sources.py rewritten for new semantics

Identical change set to #1899 (current). Per-branch differences:
- circinus has 253 stems vs current's 254 (suricata is current-only)
- otherwise the script/conf.py/test changes are byte-identical with current

Generated by robots https://vyos.io
</content>
</entry>
<entry>
<title>http-api: T6736: update config commands for dedicated REST API node</title>
<updated>2024-10-01T17:16:16+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2024-10-01T17:14:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=f365fdad30cebef24cf0ff09c0be581c26918f43'/>
<id>urn:sha1:f365fdad30cebef24cf0ff09c0be581c26918f43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>https: Added information on configuring graphql, cors &amp; request-body-size-limit</title>
<updated>2024-04-17T22:08:38+00:00</updated>
<author>
<name>Alex W</name>
<email>embezzle.dev@proton.me</email>
</author>
<published>2024-04-17T22:08:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=a32ff6ec894450c17538af514a5f9cf64c546504'/>
<id>urn:sha1:a32ff6ec894450c17538af514a5f9cf64c546504</id>
<content type='text'>
</content>
</entry>
<entry>
<title>https: add latest CLI changes</title>
<updated>2024-01-08T20:29:11+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-01-08T20:29:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=cecc0f3c32afb455ddb006b35faf343877061443'/>
<id>urn:sha1:cecc0f3c32afb455ddb006b35faf343877061443</id>
<content type='text'>
</content>
</entry>
<entry>
<title>http: T5762: rename "virtual-host listen-port" -&gt; "virtual-host port"</title>
<updated>2023-11-22T10:05:25+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-11-22T10:05:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=2e3510f9886a5512b320267f21035d291c2fb3f5'/>
<id>urn:sha1:2e3510f9886a5512b320267f21035d291c2fb3f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>http: T5762: api: make API socket backend communication the one and only default</title>
<updated>2023-11-21T07:22:39+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-11-21T07:22:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=12ffd3e638dc00ae672b47c9dd2a64e0e68d0c01'/>
<id>urn:sha1:12ffd3e638dc00ae672b47c9dd2a64e0e68d0c01</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Update https.rst</title>
<updated>2022-07-14T02:20:48+00:00</updated>
<author>
<name>KyleM</name>
<email>103862795+ServerForge@users.noreply.github.com</email>
</author>
<published>2022-07-14T02:20:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=44c495b7fdc42da3b07746e5a2c9122be1b922ad'/>
<id>urn:sha1:44c495b7fdc42da3b07746e5a2c9122be1b922ad</id>
<content type='text'>
"set service https api-restrict virtual-host rtr01.example.com" should be "set service https api-restrict virtual-host rtr01"</content>
</entry>
<entry>
<title>http-api: Add action reset and socket description</title>
<updated>2022-05-30T09:20:44+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-05-30T09:20:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=a7fab19a17d6a412c50b4df66faa5d66b85f8d08'/>
<id>urn:sha1:a7fab19a17d6a412c50b4df66faa5d66b85f8d08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update https.rst</title>
<updated>2022-04-12T14:26:56+00:00</updated>
<author>
<name>showipintbri</name>
<email>40892800+showipintbri@users.noreply.github.com</email>
</author>
<published>2022-04-12T14:26:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=15f41f61bb0fcde2d691551b92274b13f8d84682'/>
<id>urn:sha1:15f41f61bb0fcde2d691551b92274b13f8d84682</id>
<content type='text'>
linting correction update</content>
</entry>
<entry>
<title>Update https.rst</title>
<updated>2022-04-12T14:00:07+00:00</updated>
<author>
<name>showipintbri</name>
<email>40892800+showipintbri@users.noreply.github.com</email>
</author>
<published>2022-04-12T14:00:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=0db3944173be8a63005d17b06e897af47cf423e3'/>
<id>urn:sha1:0db3944173be8a63005d17b06e897af47cf423e3</id>
<content type='text'>
</content>
</entry>
</feed>
