<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-documentation.git/docs/configuration/service/https.rst, branch 1.4</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=1.4</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-documentation.git/atom?h=1.4'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/'/>
<updated>2026-05-06T18:50:08+00:00</updated>
<entry>
<title>feat: flip swap mechanism on sagitta — MD as primary, RST as override</title>
<updated>2026-05-06T18:50:08+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-05-06T18:50:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=b8b3044d3c3515d91de0f44785bfd965174867df'/>
<id>urn:sha1:b8b3044d3c3515d91de0f44785bfd965174867df</id>
<content type='text'>
Mirror of #1899 (current) and #1900 (circinus) for sagitta. 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 210 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 210 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 imported from current (post-#1899 rewrite, with
  inverted rename direction)
- scripts/import_myst.py and tests/test_import_myst.py deleted (obsolete)
- tests/test_swap_sources.py imported from current (post-#1899 rewrite)

Side-effect: fixes the same 404 on /en/1.4/ View page source links that
#1899 fixed for /en/rolling/ and #1900 fixed for /en/1.5/.

Per-branch differences vs #1899:
- sagitta has 210 stems vs current's 254 (sagitta has no vpp pages and
  fewer current-only features; cli + installation/cloud/aws are still
  RST-only on sagitta pending the title-level fix follow-up)
- otherwise the script/conf.py/test changes are byte-identical with current

Generated by robots https://vyos.io
</content>
</entry>
<entry>
<title>https: add latest CLI changes</title>
<updated>2024-01-11T06:32:08+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=1431c3736b771f3fe01fe54a95c26f7e6fac4a60'/>
<id>urn:sha1:1431c3736b771f3fe01fe54a95c26f7e6fac4a60</id>
<content type='text'>
(cherry picked from commit cecc0f3c32afb455ddb006b35faf343877061443)
</content>
</entry>
<entry>
<title>http: T5762: rename "virtual-host listen-port" -&gt; "virtual-host port"</title>
<updated>2023-11-22T10:05:37+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=841cf147ec95c3eb87a1a0b8bace1092bf573d9a'/>
<id>urn:sha1:841cf147ec95c3eb87a1a0b8bace1092bf573d9a</id>
<content type='text'>
(cherry picked from commit 2e3510f9886a5512b320267f21035d291c2fb3f5)
</content>
</entry>
<entry>
<title>http: T5762: api: make API socket backend communication the one and only default</title>
<updated>2023-11-21T07:23:54+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=2c61e8fa889b695121773ff60a06bd485f411d52'/>
<id>urn:sha1:2c61e8fa889b695121773ff60a06bd485f411d52</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.

(cherry picked from commit 12ffd3e638dc00ae672b47c9dd2a64e0e68d0c01)
</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>
<entry>
<title>Merge pull request #608 from showipintbri/patch-3</title>
<updated>2021-09-04T17:22:56+00:00</updated>
<author>
<name>Robert Göhler</name>
<email>github@ghlr.de</email>
</author>
<published>2021-09-04T17:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=47ecaa02f5adb7becd83b1053e293a9bc4059ce7'/>
<id>urn:sha1:47ecaa02f5adb7becd83b1053e293a9bc4059ce7</id>
<content type='text'>
Grammar corrections</content>
</entry>
<entry>
<title>Spelling Corrections</title>
<updated>2021-09-02T20:48:50+00:00</updated>
<author>
<name>showipintbri</name>
<email>40892800+showipintbri@users.noreply.github.com</email>
</author>
<published>2021-09-02T20:48:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-documentation.git/commit/?id=b93df1e691563ff9ad29ccd448a9c677ba6a8b5c'/>
<id>urn:sha1:b93df1e691563ff9ad29ccd448a9c677ba6a8b5c</id>
<content type='text'>
</content>
</entry>
</feed>
