Skip to content
Snippets Groups Projects
  1. Jan 01, 2024
  2. May 01, 2023
    • Sheogorath's avatar
      remove(kos): Remove unused OS Build for kOS · 8072e789
      Sheogorath authored
      This patch drops the kOS setup entirely, since it has been around for
      months now, but seems to be impractical as I still didn't bother to put
      it in production. Apparently the usage of Fedora Server with the
      existing automatic update mechanisms has proven suffient for now.
      8072e789
  3. Feb 17, 2023
  4. Feb 12, 2023
  5. Dec 10, 2022
    • Sheogorath's avatar
      feat(kOS): Add initial work for kOS · a98db027
      Sheogorath authored
      This patch provides the first release of kOS, a new Fedora CoreOS remix,
      that is focused on the current setup of the SI infrastructure.
      
      It basically implements all the little hacks and adjustments that are
      currently active on the (existing) Fedora Server nodes running the
      infrastructure and will provide a better replacement as soon as they are
      put in production.
      a98db027
  6. Nov 17, 2022
  7. Sep 25, 2022
  8. Sep 18, 2022
  9. Jul 14, 2022
  10. Jun 26, 2022
  11. Jun 12, 2022
    • Sheogorath's avatar
      docs: Add external links workaround · 26724ae2
      Sheogorath authored
      This patch adds some external links to the docs navigation section.
      Since mdbooks doesn't support this by default, this adds a JS file as
      workaround, which avoids forking the theme or writing an extension for
      mdbooks.
      
      References:
      https://github.com/rust-lang/mdBook/issues/1354
      26724ae2
    • Sheogorath's avatar
      docs: Adjust repository link icon · 5333c505
      Sheogorath authored
      This patch changes the repository icon to GitLab as the repository isn't
      set up on GitHub, the icon would be completely misleading.
      5333c505
    • Sheogorath's avatar
      docs: Add default redirect · cbaee366
      Sheogorath authored
      cbaee366
    • Sheogorath's avatar
      docs(mdbook): Add title and gitlab links · 00495f8a
      Sheogorath authored
      This patch adds a title to the documentation as well as some links to
      the repository as well as the WebIDE for GitLab adjustments.
      00495f8a
    • Sheogorath's avatar
      docs: Initial documentation set up · bfdafa63
      Sheogorath authored
      This patch adds the initial structure for the documentation of the
      Shivering-Isles GitOps Infrastructure repository. It uses mdbook to
      create an easy to read documentation.
      
      It uses mdbook, because it's an easy single-binary tool to generate
      documentation. This fits the tooling schema of koolbox quite well and
      can be easily integrated into the automatic updates toolchain already
      used. Further it uses markdown, which allows easy writing of further
      documentation and re-use of existing documentation.
      
      The documentation structure re-uses various existing READMEs from
      components. These might be replaced in the long run.
      
      It also lays out future plans for documentation, which is currently
      still on the TODO list. This should help to keep the overall structure
      in mind and provide the general direction.
      
      References:
      https://rust-lang.github.io/mdBook/index.html
      bfdafa63
Loading