Compare commits
52 Commits
Author | SHA1 | Date | |
---|---|---|---|
504817c7ab | |||
cbcc2bf54a | |||
6a75868f4b | |||
51a3e2e6ba | |||
a3b700ff09 | |||
859fc5d629 | |||
f45fe5e4a0 | |||
1fc492fb03 | |||
94ecfc35ed | |||
bb67ea6112 | |||
c2cf031afc | |||
9770d71aea | |||
b51529f680 | |||
9267a00588 | |||
1222bfc54d | |||
51f16b02db | |||
499fd68fab | |||
b59945fc5b | |||
c319d8c1b5 | |||
8d682c5437 | |||
c0aa7209aa | |||
90e6bbbaa3 | |||
4c84939734 | |||
c0cf249ac2 | |||
2a90426017 | |||
4bff70a6d3 | |||
1e94d92b2a | |||
bfa4344249 | |||
7dd88907e5 | |||
db6f131d14 | |||
e9d6916e2d | |||
89f87e0299 | |||
b86faf4d73 | |||
fe7d255aeb | |||
81d77dfe8f | |||
ea513c90ac | |||
4f85a8a855 | |||
102fd19b6f | |||
77495f462d | |||
0f3ec73f7d | |||
1548a458d0 | |||
fa17e1d5e8 | |||
d9b03cadb4 | |||
681a76000e | |||
830e1f20b5 | |||
af501e6695 | |||
59c789b464 | |||
8b694306ea | |||
531d37dc4b | |||
04a741bcea | |||
72f8494478 | |||
ab563333e8 |
@ -5,7 +5,7 @@ body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
> **Note**: Thanks for contributing to this project with your pull request!
|
||||
> **Note** Thanks for contributing to this project with your pull request!
|
||||
|
||||
- type: textarea
|
||||
id: summary
|
||||
|
@ -5,9 +5,9 @@ when:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
|
||||
variables:
|
||||
- &build_plugin 'woodpeckerci/plugin-docker-buildx:4.0.0'
|
||||
- &build_plugin 'woodpeckerci/plugin-docker-buildx:5.1.0'
|
||||
# deployment targets
|
||||
- &publish_repos 'ocram85/arkanum,gitea.ocram85.com/arkanum/arkanum,ghcr.io/ocram85/arkanum,codeberg.org/codeserver/arkanum'
|
||||
- &publish_repos 'ocram85/arkanum,gitea.ocram85.com/arkanum/arkanum,ghcr.io/ocram85/arkanum,codeberg.org/arkanum/arkanum'
|
||||
# logins for deployment targets
|
||||
- publish_logins: &publish_logins
|
||||
# Default DockerHub login
|
||||
@ -37,6 +37,11 @@ variables:
|
||||
|
||||
|
||||
steps:
|
||||
# TODO: Enable this in upcoming PRs.
|
||||
#check-editorconfig:
|
||||
# image: woodpeckerci/plugin-editorconfig-checker:0.2
|
||||
# pull: true
|
||||
|
||||
test:
|
||||
image: *build_plugin
|
||||
settings:
|
||||
@ -82,12 +87,24 @@ steps:
|
||||
when:
|
||||
event: [pull_request]
|
||||
|
||||
gitea-release:
|
||||
image: plugins/gitea-release
|
||||
# TODO: Remove old plugin in next release tag
|
||||
#gitea-release:
|
||||
# image: plugins/gitea-release
|
||||
# settings:
|
||||
# api_key:
|
||||
# from_secret: ci_token
|
||||
# base_url: https://gitea.ocram85.com
|
||||
# title: ${CI_COMMIT_TAG}
|
||||
# note: "> :bulb: **Note:** Please refer to [CHANGELOG.md](src/branch/${CI_REPO_DEFAULT_BRANCH}/CHANGELOG.md) for details."
|
||||
# when:
|
||||
# event: [tag]
|
||||
# branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
|
||||
forge-release:
|
||||
image: woodpeckerci/plugin-release
|
||||
settings:
|
||||
api_key:
|
||||
from_secret: ci_token
|
||||
base_url: https://gitea.ocram85.com
|
||||
title: ${CI_COMMIT_TAG}
|
||||
note: "> :bulb: **Note:** Please refer to [CHANGELOG.md](src/branch/${CI_REPO_DEFAULT_BRANCH}/CHANGELOG.md) for details."
|
||||
when:
|
||||
|
@ -5,7 +5,7 @@ when:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
|
||||
variables:
|
||||
- &build_plugin 'woodpeckerci/plugin-docker-buildx:3.2.1'
|
||||
- &build_plugin 'woodpeckerci/plugin-docker-buildx:5.1.0'
|
||||
# deployment targets
|
||||
- &publish_repos 'ocram85/arkanum-docs,gitea.ocram85.com/arkanum/arkanum-docs'
|
||||
# logins for deployment targets
|
||||
@ -33,8 +33,7 @@ steps:
|
||||
platforms: linux/amd64
|
||||
auto_tag: true
|
||||
build_args:
|
||||
- VERSION=${CI_COMMIT_TAG:-PR ${CI_COMMIT_PULL_REQUEST}}
|
||||
- TAG=${CI_COMMIT_TAG}
|
||||
- CI=${CI}
|
||||
when:
|
||||
event: pull_request
|
||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
@ -47,9 +46,9 @@ steps:
|
||||
platforms: linux/amd64
|
||||
auto_tag: true
|
||||
logins: *publish_logins
|
||||
build_args:
|
||||
- VERSION=${CI_COMMIT_TAG:-PR ${CI_COMMIT_PULL_REQUEST}}
|
||||
- TAG=${CI_COMMIT_TAG}
|
||||
#build_args:
|
||||
# - VERSION=${CI_COMMIT_TAG:-PR ${CI_COMMIT_PULL_REQUEST}}
|
||||
# - TAG=${CI_COMMIT_TAG}
|
||||
when:
|
||||
event: [push, tag, cron]
|
||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
@ -63,7 +62,7 @@ steps:
|
||||
tag: next
|
||||
logins: *publish_logins
|
||||
build_args:
|
||||
- VERSION=${CI_COMMIT_TAG:-PR ${CI_COMMIT_PULL_REQUEST}}
|
||||
- TAG=${CI_COMMIT_TAG}
|
||||
- CI=${CI}
|
||||
- CI_COMMIT_PULL_REQUEST=${CI_COMMIT_PULL_REQUEST}
|
||||
when:
|
||||
event: [pull_request]
|
||||
|
118
CHANGELOG.md
@ -1,25 +1,109 @@
|
||||
## [v1.8.3](https://gitea.ocram85.com/arkanum/arkanum/releases/tag/v1.8.3) - 2025-01-14
|
||||
|
||||
- 🤖 DEPENDENCIES
|
||||
- Chore(deps): update caddy docker tag to v2.9.1 (#158)
|
||||
- Chore(deps): update dependency typescript to v5.7.3 (#157)
|
||||
- Chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.96.2 (#156)
|
||||
- Chore(deps): update oven/bun docker tag to v1.1.43 (#155)
|
||||
|
||||
## [v1.8.2](https://gitea.ocram85.com/arkanum/arkanum/releases/tag/v1.8.2) - 2024-12-12
|
||||
|
||||
- 🐛 BUGFIXES
|
||||
- Update missing lib (#153)
|
||||
- 🤖 DEPENDENCIES
|
||||
- Chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v5.1.0 (#152)
|
||||
- Chore(deps): update dependency prettier to v3.4.2 (#151)
|
||||
|
||||
## [v1.8.1](https://gitea.ocram85.com/arkanum/arkanum/releases/tag/v1.8.1) - 2024-12-02
|
||||
|
||||
- 🐛 BUGFIXES
|
||||
- Fix FiraCode font loader (#147)
|
||||
- 🤖 DEPENDENCIES
|
||||
- Chore(deps): update dependency prettier to v3.4.1 (#148)
|
||||
- Chore(deps): update dependency typescript to v5.7.2 (#145)
|
||||
- Chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.95.3 (#144)
|
||||
- Chore(deps): update oven/bun docker tag to v1.1.38 (#143)
|
||||
|
||||
## [v1.8.0](https://gitea.ocram85.com/arkanum/arkanum/releases/tag/v1.8.0) - 2024-11-21
|
||||
|
||||
- ✨ FEATURES
|
||||
- Add session helper (#141)
|
||||
- 🛠️ ENHANCEMENTS
|
||||
- Move additional packages install to dockerfile (#138)
|
||||
- 🤖 DEPENDENCIES
|
||||
- Chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.95.2 (#139)
|
||||
- Chore(deps): update dependency vitepress to v1.5.0 (#137)
|
||||
- ⚙️ META
|
||||
- Pin exact bun version (#140)
|
||||
|
||||
## [v1.7.1](https://gitea.ocram85.com/arkanum/arkanum/releases/tag/v1.7.1) - 2024-10-23
|
||||
|
||||
- 🐛 BUGFIXES
|
||||
- Move file binary install to powershell command (#134)
|
||||
- 🛠️ ENHANCEMENTS
|
||||
- Bump golang version (#135)
|
||||
|
||||
## [v1.7.0](https://gitea.ocram85.com/arkanum/arkanum/releases/tag/v1.7.0) - 2024-10-22
|
||||
|
||||
- 🐛 BUGFIXES
|
||||
- Adds file binary to supplement fix Publish-Module pwsh command. (#132)
|
||||
- 🤖 DEPENDENCIES
|
||||
- Chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v5 (#131)
|
||||
- Chore(deps): update dependency typescript to v5.6.3 (#129)
|
||||
- Chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.93.1 (#127)
|
||||
- Chore(deps): update dependency typescript to v5.6.2 (#126)
|
||||
- Chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.92.2 (#125)
|
||||
- Chore(deps): pin dependencies (#124)
|
||||
|
||||
## [v1.6.0](https://gitea.ocram85.com/arkanum/arkanum/releases/tag/v1.6.0) - 2024-07-31
|
||||
|
||||
- ✨ FEATURES
|
||||
- Add arkanum branding for code-server (#120)
|
||||
- Add lazygit (#116)
|
||||
- 🛠️ ENHANCEMENTS
|
||||
- Update brand assets (#121)
|
||||
- Migrate codeberg organization to arkanum (#117)
|
||||
- 🤖 DEPENDENCIES
|
||||
- Chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v4.2.0 (#119)
|
||||
- Chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.91.1 (#118)
|
||||
- Chore(deps): update dependency rimraf to v6 (#115)
|
||||
- Chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v4.1.0 (#114)
|
||||
- Add renovate reviewer (#113)
|
||||
- Chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.91.0 (#112)
|
||||
|
||||
## [v1.5.3](https://gitea.ocram85.com/arkanum/arkanum/releases/tag/v1.5.3) - 2024-06-20
|
||||
|
||||
- 🛠️ ENHANCEMENTS
|
||||
- Update blog + bump golang (#108)
|
||||
- 🤖 DEPENDENCIES
|
||||
- Chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v4 (#110)
|
||||
- Chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.90.2 (#109)
|
||||
- Chore(deps): update caddy docker tag to v2.8.4 (#106)
|
||||
- 📚 DOCS
|
||||
- Extend blog card layout (#107)
|
||||
|
||||
## [v1.5.2](https://gitea.ocram85.com/arkanum/arkanum/releases/tag/v1.5.2) - 2024-06-04
|
||||
|
||||
* 🐛 BUGFIXES
|
||||
* Fix typo (#104)
|
||||
* ✨ FEATURES
|
||||
* Add blog feature to docs (#101)
|
||||
* 🛠️ ENHANCEMENTS
|
||||
* Add gitea icon (#102)
|
||||
* 🤖 DEPENDENCIES
|
||||
* Chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.89.1 (#100)
|
||||
- 🐛 BUGFIXES
|
||||
- Fix typo (#104)
|
||||
- ✨ FEATURES
|
||||
- Add blog feature to docs (#101)
|
||||
- 🛠️ ENHANCEMENTS
|
||||
- Add gitea icon (#102)
|
||||
- 🤖 DEPENDENCIES
|
||||
- Chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.89.1 (#100)
|
||||
|
||||
## [v1.5.1](https://gitea.ocram85.com/arkanum/arkanum/releases/tag/v1.5.1) - 2024-05-22
|
||||
|
||||
* 🐛 BUGFIXES
|
||||
* Fix starship prompt installation (#95)
|
||||
* ✨ FEATURES
|
||||
* Add Arkanum.dev site with docs (#97)
|
||||
* 🤖 DEPENDENCIES
|
||||
* Chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v4 (#98)
|
||||
* Chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.89.0 (#96)
|
||||
* Chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v3 (#93)
|
||||
* Chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.22.1 (#91)
|
||||
- 🐛 BUGFIXES
|
||||
- Fix starship prompt installation (#95)
|
||||
- ✨ FEATURES
|
||||
- Add Arkanum.dev site with docs (#97)
|
||||
- 🤖 DEPENDENCIES
|
||||
- Chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v4 (#98)
|
||||
- Chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.89.0 (#96)
|
||||
- Chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v3 (#93)
|
||||
- Chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.22.1 (#91)
|
||||
|
||||
## [v1.5.0](https://gitea.ocram85.com/arkanum/arkanum/releases/tag/v1.5.0) - 2024-02-09
|
||||
|
||||
|
31
Dockerfile
@ -1,4 +1,4 @@
|
||||
FROM quay.io/linuxserver.io/code-server:4.89.1
|
||||
FROM quay.io/linuxserver.io/code-server:4.96.2
|
||||
|
||||
#LABEL build_version=""
|
||||
LABEL maintainer="OCram85"
|
||||
@ -51,8 +51,33 @@ RUN \
|
||||
#endregion cli
|
||||
|
||||
#region firacode
|
||||
WORKDIR /app/code-server/lib/vscode/out/vs/workbench
|
||||
|
||||
# TODO: validate dir: /lib/vscode/out/vs/code/browser/workbench/workbench.css
|
||||
#WORKDIR /app/code-server/lib/vscode/out/vs/workbench
|
||||
WORKDIR /app/code-server/lib/vscode/out/vs/code/browser/workbench
|
||||
ADD FiraCode/fonts/* ./fonts/
|
||||
ADD FiraCode/fonts.css ./
|
||||
RUN cat fonts.css >> workbench.web.main.css
|
||||
RUN cat fonts.css >> workbench.css
|
||||
#endregion firacode
|
||||
|
||||
#region code-server
|
||||
WORKDIR /
|
||||
# remove code-server specific files to override with branded values.
|
||||
# changes product images + app name
|
||||
RUN \
|
||||
rm -rf /app/code-server/src/browser/media && \
|
||||
rm -f /etc/s6-overlay/s6-rc.d/svc-code-server/run && \
|
||||
echo 'alias summon="code-server"' >> /etc/bash.bashrc
|
||||
|
||||
COPY code-server/media /app/code-server/src/browser/media
|
||||
COPY code-server/root/etc/s6-overlay/s6-rc.d/svc-code-server/run /etc/s6-overlay/s6-rc.d/svc-code-server/run
|
||||
#endregion code-server
|
||||
|
||||
#region add-packages
|
||||
RUN \
|
||||
apt-get update && \
|
||||
apt-get install --no-install-recommends -y \
|
||||
file \
|
||||
make && \
|
||||
apt-get clean
|
||||
#endregion add-packages
|
||||
|
@ -1,4 +1,7 @@
|
||||
FROM oven/bun:1 as builder
|
||||
FROM oven/bun:1.1.43 AS builder
|
||||
|
||||
ARG CI
|
||||
ARG CI_COMMIT_PULL_REQUEST
|
||||
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
@ -6,7 +9,7 @@ ENV NODE_ENV=production
|
||||
RUN bun install --frozen-lockfile
|
||||
RUN bun run --vite docs:build
|
||||
|
||||
FROM caddy:2.8.1-alpine as prod
|
||||
FROM caddy:2.9.1-alpine AS prod
|
||||
|
||||
COPY --from=builder /app/docs/.vitepress/dist/ /arkanum-docs/
|
||||
COPY Caddyfile /etc/caddy
|
||||
|
23
README.md
@ -19,6 +19,11 @@
|
||||
<a href="https://ci.ocram85.com/arkanum/arkanum">
|
||||
<img src="https://ci.ocram85.com/api/badges/arkanum/arkanum/status.svg" alt="Master Branch Build Status">
|
||||
</a>
|
||||
<a href="https://matrix.to/#/#arkanum:matrix.org" rel="noopener" target="_blank">
|
||||
<img src="https://matrix.to/img/matrix-badge.svg" alt="Chat on Matrix">
|
||||
</a>
|
||||
<img alt="Matrix" src="https://img.shields.io/matrix/arkanum%3Amatrix.org">
|
||||
|
||||
</p>
|
||||
|
||||
## 🤖 Quickstart
|
||||
@ -39,8 +44,8 @@ The container images are also published to these registries:
|
||||
- Pull Endpoint: `ocram85/arkanum`
|
||||
- [GitHub Container Registry](https://github.com/OCram85/arkanum/pkgs/container/arkanum)
|
||||
- Pull Endpoint: `ghcr.io/ocram85/arkanum`
|
||||
- [Codeberg Packages](https://codeberg.org/codeserver/-/packages/container/arkanum/next)
|
||||
- Pull Endpoint: `codeberg.org/codeserver/arkanum`
|
||||
- [Codeberg Packages](https://codeberg.org/arkanum/-/packages/container/arkanum/next)
|
||||
- Pull Endpoint: `codeberg.org/arkanum/arkanum`
|
||||
|
||||
### 2.a Run as Docker Swarm Stack
|
||||
|
||||
@ -187,7 +192,7 @@ This helps reducing the image size.
|
||||
OPTION
|
||||
config:
|
||||
disable-motd Disables hint in new bash terminal.
|
||||
install extensions Installs predefined recommended extensions.
|
||||
install-extensions Installs predefined recommended extensions.
|
||||
reset-codesettings Sets VS Code user setting with basic (Fira Code).
|
||||
|
||||
git:
|
||||
@ -198,16 +203,24 @@ This helps reducing the image size.
|
||||
install:
|
||||
docker-cli Installs the latest docker-cli.
|
||||
dotnet Installs latest LTS dotnet core sdk + runtime.
|
||||
gitea Installs gitea tools like the changelog generator.
|
||||
golang Installs golang 1.19.3.
|
||||
gitea Installs gitea tools like changelog and tea.
|
||||
golang Installs golang 1.21.5.
|
||||
bun Installs latest bun version.
|
||||
nodejs Installs latest NodeJs LTS version using Volta.
|
||||
volta Installs Volta as NodeJS version manager.
|
||||
powershell Installs latest PowerShell LTS version.
|
||||
lazygit Installs latest Lazygit binary.
|
||||
|
||||
session:
|
||||
save Adds items from the install command to the session config.
|
||||
restore Restores the saved session.
|
||||
reset Resets the session config.
|
||||
show Show currently defined session content.
|
||||
|
||||
Example 1: arkanum git setup "my-name" "my-email"
|
||||
Example 2: arkanum install golang
|
||||
Example 3: arkanum config disable-motd
|
||||
Example 4: arkanum session save lazygit powershell gitea
|
||||
```
|
||||
|
||||
### 📝 Fira Code (NerdFont patched)
|
||||
|
92
arkanum
@ -35,10 +35,18 @@ function showHelp() {
|
||||
nodejs Installs latest NodeJs LTS version using Volta.
|
||||
volta Installs Volta as NodeJS version manager.
|
||||
powershell Installs latest PowerShell LTS version.
|
||||
lazygit Installs latest Lazygit binary.
|
||||
|
||||
session:
|
||||
save Adds items from the install command to the session config.
|
||||
restore Restores the saved session.
|
||||
reset Resets the session config.
|
||||
show Show currently defined session content.
|
||||
|
||||
Example 1: arkanum git setup "my-name" "my-email"
|
||||
Example 2: arkanum install golang
|
||||
Example 3: arkanum config disable-motd
|
||||
Example 4: arkanum session save lazygit powershell gitea
|
||||
HELP
|
||||
}
|
||||
# endregion usage
|
||||
@ -101,7 +109,7 @@ function instDotNet() {
|
||||
say "Installing dotnet requirements..." "dotnet"
|
||||
sudo -E apt-get update > /dev/null
|
||||
sudo -E apt-get install --no-install-recommends -y \
|
||||
libicu70
|
||||
libicu74
|
||||
|
||||
say "Downloading latest install script..." "dotnet"
|
||||
curl -#fSL https://dot.net/v1/dotnet-install.sh -o /tmp/dotnet-install.sh
|
||||
@ -123,7 +131,7 @@ function instDotNet() {
|
||||
|
||||
function instGoLang() {
|
||||
if [[ -z "$1" ]]; then
|
||||
GOVERSION="1.21.5"
|
||||
GOVERSION="1.23.2"
|
||||
else
|
||||
GOVERSION="$1"
|
||||
fi
|
||||
@ -187,7 +195,8 @@ function instPwsh() {
|
||||
|
||||
say "Installing PowerShell..." "PowerShell"
|
||||
# Install PowerShell
|
||||
sudo -E apt-get install --no-install-recommends -y powershell-lts
|
||||
sudo -E apt-get install --no-install-recommends -y \
|
||||
powershell-lts
|
||||
|
||||
say "done." "PowerShell"
|
||||
}
|
||||
@ -210,6 +219,20 @@ function instGiteaTools() {
|
||||
say "done." "Gitea"
|
||||
}
|
||||
|
||||
function installLazyGit() {
|
||||
say "Installing latest lazygit version..." "Lazygit"
|
||||
LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep -Po '"tag_name": "v\K[^"]*')
|
||||
sudo -E curl -#fSL "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_${LAZYGIT_VERSION}_Linux_x86_64.tar.gz" -o /tmp/lazygit.tar.gz
|
||||
#mkdir -p /tmp/lazygit
|
||||
cd /tmp
|
||||
tar xf /tmp/lazygit.tar.gz lazygit
|
||||
say "Installing Lazygit binary" "Lazygit"
|
||||
sudo install /tmp/lazygit /usr/local/bin
|
||||
say "Removing lazygit cache files..." "Lazygit"
|
||||
sudo rm -f /tmp/lazygit.tar.gz
|
||||
rm -rf /tmp/lazygit
|
||||
}
|
||||
|
||||
function instCodeExtension() {
|
||||
say "Installing default extensions...." "Extension"
|
||||
# Gitlens
|
||||
@ -273,6 +296,48 @@ function setGitConfig() {
|
||||
git config --list --global
|
||||
}
|
||||
|
||||
function saveSession() {
|
||||
SESSION_FILE="$HOME/arkanum-session"
|
||||
if [[ $# -ge 3 ]]; then
|
||||
for item in "${@:3}"; do
|
||||
say "Adding '$item' to your session config" "saveSession"
|
||||
echo "$item" | tee -a "$SESSION_FILE" > /dev/null
|
||||
done
|
||||
else
|
||||
sayE "Unknown parameter count given" "saveSession"
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
function restoreSession() {
|
||||
SESSION_FILE="$HOME/arkanum-session"
|
||||
if [[ -e "$SESSION_FILE" ]]; then
|
||||
while read item; do
|
||||
say "Restoring '$item'..." "restoreSession"
|
||||
arkanum install "$item"
|
||||
done <"$SESSION_FILE"
|
||||
say "Arkanum session restore completed. 🏁" "restoreSession"
|
||||
else
|
||||
sayE "There is no arkanum session!" "restoreSession"
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
function showSession() {
|
||||
SESSION_FILE="$HOME/arkanum-session"
|
||||
say "Trying to read your session config '$SESSION_FILE':" "showSession"
|
||||
if [[ -e "$SESSION_FILE" ]]; then
|
||||
cat "$SESSION_FILE"
|
||||
else
|
||||
sayE "There is no session defined!" "showSession"
|
||||
fi
|
||||
}
|
||||
|
||||
function resetSession() {
|
||||
SESSION_FILE="$HOME/arkanum-session"
|
||||
say "Deleting session file '$SESSION_FILE'..." "resetSession"
|
||||
rm "$SESSION_FILE"
|
||||
}
|
||||
function main() {
|
||||
if [[ "$#" == "0" ]]; then
|
||||
showHelp
|
||||
@ -330,6 +395,27 @@ function main() {
|
||||
instPwsh
|
||||
elif [[ "$2" == "gitea" ]]; then
|
||||
instGiteaTools
|
||||
elif [[ "$2" == "lazygit" ]]; then
|
||||
installLazyGit
|
||||
else
|
||||
sayE "Unknown option ($2) given for command 'install'!"
|
||||
fi
|
||||
elif [[ "$1" == "session" ]]; then
|
||||
# session option
|
||||
if [[ "$2" == "save" ]]; then
|
||||
saveSession "$@"
|
||||
exit 0
|
||||
elif [[ "$2" == "restore" ]]; then
|
||||
restoreSession
|
||||
exit 0
|
||||
elif [[ "$2" == "show" ]]; then
|
||||
showSession
|
||||
exit 0
|
||||
elif [[ "$2" == "reset" ]]; then
|
||||
resetSession
|
||||
exit 0
|
||||
else
|
||||
sayE "Unknown option ($2) given for command 'session'!"
|
||||
fi
|
||||
else
|
||||
sayE "Unknown parameter value given!($1)."
|
||||
|
@ -10,7 +10,7 @@ function _command_completions() {
|
||||
case ${COMP_CWORD} in
|
||||
1)
|
||||
# shellcheck disable=2207,SC2086
|
||||
COMPREPLY=($(compgen -W "config git install help" -- ${cur}))
|
||||
COMPREPLY=($(compgen -W "config git install help session" -- ${cur}))
|
||||
;;
|
||||
2)
|
||||
case ${prev} in
|
||||
@ -24,7 +24,11 @@ function _command_completions() {
|
||||
;;
|
||||
install)
|
||||
# shellcheck disable=2207,SC2086
|
||||
COMPREPLY=($(compgen -W "docker-cli dotnet golang bun nodejs volta powershell gitea" -- ${cur}))
|
||||
COMPREPLY=($(compgen -W "docker-cli dotnet golang bun nodejs volta powershell gitea lazygit" -- ${cur}))
|
||||
;;
|
||||
session)
|
||||
# shellcheck disable=2207,SC2086
|
||||
COMPREPLY=($(compgen -W "save restore show reset" -- ${cur}))
|
||||
;;
|
||||
help)
|
||||
;;
|
||||
|
144
assets/arkanum2-favicon-free.svg
Normal file
@ -0,0 +1,144 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="500.000000pt" height="500.000000pt" viewBox="0 0 500.000000 500.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
|
||||
<g transform="translate(0.000000,500.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M1336 4485 c-14 -8 -24 -9 -20 -4 4 7 -1 7 -15 -1 -12 -6 -19 -15
|
||||
-16 -20 3 -6 0 -7 -8 -5 -17 7 -51 -30 -41 -46 4 -7 3 -10 -4 -6 -9 6 -85
|
||||
-113 -82 -129 1 -4 -3 -10 -8 -13 -15 -9 -73 -117 -67 -124 3 -4 2 -5 -2 -2
|
||||
-3 3 -17 -13 -30 -36 -26 -46 -28 -53 -11 -43 7 5 8 3 4 -5 -5 -7 -11 -10 -14
|
||||
-7 -9 9 -43 -54 -36 -66 5 -7 2 -8 -6 -3 -10 6 -12 4 -7 -9 4 -9 3 -14 -2 -11
|
||||
-10 5 -68 -93 -63 -107 1 -4 -2 -8 -7 -8 -14 0 -102 -160 -95 -173 4 -7 4 -9
|
||||
-1 -5 -10 10 -21 -8 -271 -445 -19 -33 -31 -64 -27 -70 3 -5 1 -7 -5 -4 -6 4
|
||||
-19 -11 -32 -35 -11 -24 -29 -54 -38 -68 -13 -19 -14 -22 -2 -15 8 4 2 -4 -13
|
||||
-19 -17 -16 -27 -33 -23 -42 4 -10 2 -13 -6 -8 -8 5 -9 2 -5 -10 4 -10 3 -15
|
||||
-3 -11 -6 3 -13 -2 -17 -12 -4 -10 -19 -38 -35 -62 -30 -48 -35 -67 -16 -55 7
|
||||
4 8 3 4 -5 -4 -6 -11 -9 -16 -6 -9 6 -127 -194 -122 -207 1 -5 -1 -8 -6 -8 -4
|
||||
0 -19 -21 -32 -47 -14 -27 -27 -50 -31 -53 -15 -14 -39 -82 -39 -113 0 -43 9
|
||||
-69 21 -61 5 3 7 -1 4 -8 -3 -7 19 -53 49 -103 40 -69 57 -89 72 -87 11 2 15
|
||||
0 8 -5 -6 -4 -10 -15 -9 -23 4 -27 41 -80 50 -72 5 4 5 1 1 -6 -4 -7 -2 -20 5
|
||||
-28 6 -8 25 -38 40 -67 15 -29 33 -51 38 -50 6 2 8 -3 5 -10 -2 -7 16 -45 41
|
||||
-86 25 -40 45 -77 45 -82 0 -5 7 -12 15 -15 8 -4 13 -9 10 -13 -5 -9 72 -143
|
||||
88 -153 7 -4 8 -8 3 -8 -11 0 14 -30 26 -30 5 0 6 5 2 12 -5 7 -3 8 5 3 8 -5
|
||||
9 -11 3 -17 -11 -11 -4 -48 9 -48 5 0 8 -3 7 -7 -3 -15 14 -43 23 -37 5 3 6
|
||||
-2 3 -10 -3 -9 -2 -16 4 -16 5 0 13 -11 16 -25 4 -16 11 -23 18 -19 7 5 8 3 3
|
||||
-6 -5 -8 -1 -18 10 -27 11 -7 15 -13 11 -13 -4 0 3 -18 15 -40 12 -21 26 -37
|
||||
30 -34 5 3 6 -1 4 -8 -3 -8 1 -22 10 -33 12 -16 16 -17 23 -7 7 11 10 10 15
|
||||
-3 4 -9 3 -13 -2 -10 -5 3 -12 2 -15 -3 -7 -11 11 -37 25 -37 7 0 14 -7 16
|
||||
-15 4 -13 3 -13 -6 0 -14 20 -14 7 1 -25 6 -14 15 -25 20 -25 4 0 8 -5 8 -10
|
||||
0 -9 29 -63 70 -130 5 -8 57 -99 116 -202 62 -109 111 -185 117 -181 6 3 7 1
|
||||
3 -6 -7 -11 93 -195 102 -187 2 2 14 -7 28 -21 16 -16 32 -23 45 -20 10 3 16
|
||||
1 13 -4 -3 -6 461 -9 1165 -9 806 0 1171 4 1171 11 0 5 5 7 10 4 19 -12 105
|
||||
58 94 77 -3 4 -1 8 3 8 14 0 45 59 37 72 -4 6 -3 8 3 5 12 -8 75 101 66 115
|
||||
-3 6 -2 8 4 5 12 -8 75 101 66 115 -3 6 -2 8 4 5 6 -4 22 15 37 42 44 82 51
|
||||
95 74 131 11 19 21 39 21 44 -1 5 3 12 8 15 15 11 83 132 70 126 -6 -4 -4 0 6
|
||||
8 10 8 19 24 20 35 0 11 4 19 8 16 11 -6 60 87 52 100 -3 6 -2 8 2 3 9 -7 57
|
||||
68 58 90 0 7 3 10 6 8 4 -2 14 10 24 26 10 18 12 28 4 24 -6 -4 -4 0 7 9 11 9
|
||||
15 20 10 28 -4 7 -4 10 1 6 11 -10 47 50 39 64 -4 7 -2 8 4 4 11 -6 16 6 13
|
||||
27 0 4 3 7 9 7 5 0 14 9 20 21 9 15 8 24 -2 37 -11 15 -11 16 4 4 14 -11 19
|
||||
-8 38 27 13 22 22 43 21 47 -2 4 2 10 7 13 5 3 21 26 35 51 61 104 59 100 45
|
||||
118 -11 15 -11 15 3 4 15 -11 23 -2 68 79 28 50 51 96 51 100 0 5 4 9 9 9 5 0
|
||||
14 12 20 28 6 15 25 49 41 75 17 27 27 54 24 60 -4 7 -4 9 1 5 11 -11 47 50
|
||||
39 65 -4 7 -3 9 1 4 15 -13 74 105 75 148 0 45 -29 111 -47 108 -7 -2 -10 4
|
||||
-7 12 7 18 -26 76 -39 68 -6 -3 -7 -1 -3 6 6 10 -26 76 -44 91 -3 3 -12 20
|
||||
-19 38 -8 18 -18 35 -24 39 -6 4 -7 1 -2 -7 5 -9 4 -11 -4 -6 -6 4 -9 11 -6
|
||||
16 8 13 -24 72 -35 65 -6 -3 -8 0 -5 7 3 7 -11 38 -30 68 -19 30 -41 69 -50
|
||||
85 -8 17 -26 48 -39 70 -14 22 -35 59 -46 82 -13 24 -27 40 -33 36 -6 -4 -7
|
||||
-1 -2 6 4 7 -2 22 -16 37 -12 13 -19 24 -15 24 3 0 -1 14 -9 31 -11 21 -21 29
|
||||
-32 25 -12 -5 -13 -3 -5 7 17 20 -19 72 -37 54 -11 -10 -11 -8 -3 9 9 16 7 26
|
||||
-5 45 -9 13 -21 27 -26 30 -5 3 -8 10 -7 15 0 5 -9 26 -20 47 -19 33 -24 36
|
||||
-38 25 -15 -12 -16 -11 -4 4 12 14 11 22 -4 47 -10 16 -21 28 -26 25 -4 -3 -5
|
||||
1 -3 9 3 7 -6 30 -20 51 -14 20 -25 39 -25 41 0 10 -115 202 -129 215 -9 8
|
||||
-18 24 -19 35 -2 11 -7 22 -12 25 -4 3 -10 15 -14 28 -4 12 -12 19 -18 16 -6
|
||||
-4 -8 -2 -4 4 8 13 -30 78 -50 86 -8 3 -12 10 -9 16 8 13 -39 92 -50 83 -4 -5
|
||||
-5 -3 -2 4 4 6 -12 44 -35 83 -24 40 -55 93 -69 119 -15 25 -32 45 -38 43 -6
|
||||
-1 -11 5 -11 13 0 19 -57 48 -81 42 -11 -3 -19 -1 -19 4 0 5 -219 9 -529 9
|
||||
-414 0 -530 -3 -534 -12 -4 -10 -6 -10 -6 0 -1 10 -123 12 -596 12 -351 0
|
||||
-594 -4 -590 -10 3 -5 0 -12 -6 -16 -7 -4 -9 -3 -5 4 11 18 -9 22 -38 7z
|
||||
m1314 -35 c749 0 1007 3 1017 12 8 6 13 7 11 2 -1 -5 13 -25 33 -44 19 -19 61
|
||||
-81 93 -138 43 -76 61 -100 68 -90 8 10 9 10 5 -2 -6 -21 11 -63 22 -55 5 3
|
||||
13 0 17 -6 4 -8 3 -9 -4 -5 -7 4 -12 4 -12 0 0 -20 207 -364 220 -365 9 0 10
|
||||
-3 4 -5 -13 -5 104 -223 119 -224 5 0 6 4 2 9 -3 5 0 13 7 17 7 4 10 4 6 -1
|
||||
-4 -4 -2 -15 5 -23 9 -13 9 -14 0 -8 -20 11 -16 -18 6 -45 10 -13 21 -34 25
|
||||
-47 4 -12 12 -19 18 -16 6 4 8 3 5 -3 -3 -5 3 -25 15 -44 12 -19 35 -59 51
|
||||
-89 16 -30 35 -62 41 -70 7 -8 21 -32 31 -52 10 -20 22 -35 26 -32 4 2 11 -1
|
||||
15 -7 5 -8 3 -9 -6 -4 -8 5 -11 3 -8 -6 3 -8 11 -13 17 -11 7 1 10 -2 6 -8 -6
|
||||
-10 40 -99 57 -111 6 -3 10 -10 10 -15 0 -16 105 -194 111 -189 4 3 5 2 2 -1
|
||||
-7 -10 37 -84 46 -78 5 3 6 -2 3 -10 -3 -8 3 -23 13 -34 10 -10 19 -24 21 -31
|
||||
4 -18 92 -172 110 -193 8 -10 13 -18 10 -18 -3 0 -2 -16 2 -35 4 -19 4 -35 0
|
||||
-35 -4 0 -10 -8 -13 -18 -2 -9 -8 -26 -13 -36 -6 -15 -4 -17 7 -11 8 5 11 5 6
|
||||
-1 -5 -5 -13 -9 -18 -9 -10 0 -23 -20 -56 -85 -10 -19 -21 -37 -24 -40 -14
|
||||
-12 -29 -51 -24 -60 4 -6 2 -9 -4 -8 -7 2 -30 -31 -53 -72 -22 -41 -51 -90
|
||||
-64 -109 -22 -32 -24 -58 -3 -46 5 4 6 -2 2 -11 -4 -11 -8 -13 -11 -6 -2 7 -8
|
||||
12 -13 12 -11 0 -43 -60 -32 -60 5 0 3 -4 -3 -8 -24 -17 -43 -56 -33 -68 7 -9
|
||||
5 -11 -8 -10 -11 0 -18 -6 -18 -17 0 -10 -5 -21 -10 -25 -22 -15 -77 -113 -71
|
||||
-127 3 -8 0 -17 -6 -21 -7 -4 -8 -3 -4 4 4 7 5 12 2 12 -12 0 -76 -122 -70
|
||||
-133 4 -7 4 -9 -1 -5 -5 5 -25 -20 -46 -55 -27 -45 -35 -65 -27 -75 8 -10 7
|
||||
-11 -7 -5 -14 5 -17 3 -12 -10 4 -10 2 -16 -5 -14 -6 1 -13 -4 -16 -12 -3 -9
|
||||
0 -11 9 -6 8 5 11 4 6 -1 -5 -5 -11 -8 -14 -6 -10 6 -93 -142 -88 -156 3 -7 1
|
||||
-10 -5 -7 -5 3 -14 -4 -20 -15 -9 -16 -8 -25 2 -38 11 -15 11 -15 -2 -5 -13
|
||||
10 -20 5 -43 -33 -15 -25 -22 -42 -15 -39 7 4 6 1 -3 -7 -9 -7 -15 -21 -13
|
||||
-31 1 -9 -1 -15 -6 -12 -11 7 -33 -22 -26 -34 4 -5 -1 -14 -10 -19 -9 -5 -14
|
||||
-15 -10 -21 4 -6 12 -8 18 -5 7 4 8 2 4 -5 -6 -9 -11 -9 -21 -1 -9 8 -26 -14
|
||||
-73 -94 -38 -66 -56 -107 -49 -110 7 -2 6 -5 -3 -5 -9 -1 -46 -55 -86 -124
|
||||
-55 -95 -78 -126 -105 -140 -22 -11 -33 -23 -31 -35 2 -16 2 -16 -8 1 -10 16
|
||||
-76 17 -1156 17 -1043 0 -1148 1 -1182 17 -20 9 -44 16 -52 15 -10 -1 -11 1
|
||||
-3 4 10 4 9 12 -3 35 -8 16 -19 27 -24 24 -6 -4 -7 1 -3 11 4 10 2 15 -3 11
|
||||
-6 -3 -10 2 -11 11 -2 25 -53 112 -66 112 -5 0 -8 3 -4 6 8 9 -21 64 -33 64
|
||||
-6 0 -9 3 -9 8 3 20 -2 32 -13 26 -6 -4 -8 -3 -4 4 6 11 -47 111 -66 123 -5 3
|
||||
-8 8 -6 10 2 3 -81 154 -122 219 -5 8 -39 68 -75 133 -40 69 -71 114 -77 111
|
||||
-6 -4 -8 -2 -5 4 9 14 -3 43 -14 36 -5 -3 -6 1 -4 8 3 8 -5 25 -17 38 -12 13
|
||||
-23 29 -23 35 0 23 -118 215 -128 208 -5 -3 -7 -1 -4 5 10 16 -3 42 -22 43 -9
|
||||
0 -11 3 -4 5 13 6 -100 209 -116 209 -5 0 -13 4 -18 9 -5 5 -3 6 5 2 16 -10
|
||||
16 9 -1 26 -7 7 -14 18 -15 23 -1 6 -8 10 -14 10 -7 0 -12 9 -10 19 2 10 -5
|
||||
24 -15 32 -10 7 -15 14 -10 14 4 0 0 14 -8 30 -9 18 -21 28 -27 24 -6 -4 -8
|
||||
-3 -5 4 7 11 -47 119 -78 155 -11 12 -18 22 -16 22 2 0 -3 12 -10 27 -6 15
|
||||
-15 25 -20 23 -4 -3 -11 0 -15 6 -5 8 -3 9 6 4 8 -5 11 -3 8 6 -3 8 -10 13
|
||||
-16 12 -6 -2 -9 3 -6 11 3 7 -1 20 -9 28 -30 29 -16 105 35 192 26 44 44 84
|
||||
41 89 -3 6 -1 7 4 4 17 -10 25 24 11 42 -11 14 -11 14 3 4 13 -10 20 -5 45 38
|
||||
16 28 27 53 26 56 -2 3 0 9 5 12 21 14 53 80 47 97 -4 15 -4 16 4 5 8 -11 13
|
||||
-8 25 15 8 16 12 35 10 42 -3 7 -1 11 4 10 4 -2 9 1 10 6 1 5 5 12 10 15 4 3
|
||||
15 15 23 25 14 18 13 19 -3 13 -11 -4 -16 -3 -12 3 3 6 13 10 20 10 8 0 17 11
|
||||
21 25 3 14 11 25 16 25 6 0 7 7 4 16 -3 8 -2 12 4 9 6 -3 10 -4 10 -1 0 2 3
|
||||
12 7 22 5 13 3 15 -7 9 -9 -5 -11 -4 -6 4 4 6 11 9 16 6 5 -3 25 23 44 58 38
|
||||
68 43 83 24 71 -7 -4 -8 -3 -4 5 4 6 11 9 16 6 12 -8 33 33 24 47 -4 6 -3 8 4
|
||||
5 6 -4 23 17 41 48 34 61 39 80 15 71 -9 -3 -12 -2 -9 5 4 6 13 8 21 5 15 -6
|
||||
39 27 100 138 19 35 31 66 27 71 -5 4 -3 6 2 2 6 -3 21 13 34 35 13 23 17 37
|
||||
9 33 -7 -4 -3 2 9 14 29 28 54 76 45 86 -4 5 -2 5 4 2 6 -3 17 9 24 28 8 19
|
||||
17 35 20 35 7 0 37 59 38 74 0 5 4 12 10 15 16 11 62 97 55 104 -3 4 -1 7 5 7
|
||||
12 0 75 106 75 127 0 7 3 11 5 8 9 -9 122 196 115 208 -3 7 -3 9 2 5 4 -4 21
|
||||
4 37 17 17 15 43 25 61 25 18 1 87 1 155 1 115 0 123 1 110 17 -11 15 -10 15
|
||||
8 0 19 -17 84 -18 1024 -18z m-980 24 c0 -8 -19 -13 -24 -6 -3 5 1 9 9 9 8 0
|
||||
15 -2 15 -3z m2187 -236 c2 -17 0 -19 -7 -8 -5 8 -6 18 -4 22 8 12 10 10 11
|
||||
-14z m-2917 -358 c-6 -11 -13 -20 -16 -20 -2 0 0 9 6 20 6 11 13 20 16 20 2 0
|
||||
0 -9 -6 -20z m-400 -714 c0 -3 -4 -8 -10 -11 -5 -3 -10 -1 -10 4 0 6 5 11 10
|
||||
11 6 0 10 -2 10 -4z m3995 -95 c3 -5 2 -12 -3 -15 -5 -3 -9 1 -9 9 0 17 3 19
|
||||
12 6z m-4260 -350 c3 -5 2 -12 -3 -15 -5 -3 -9 1 -9 9 0 17 3 19 12 6z m4589
|
||||
-223 c-9 -14 -23 2 -17 18 4 12 8 13 14 3 4 -7 5 -17 3 -21z m-167 -559 c-6
|
||||
-10 -16 -15 -21 -12 -6 4 -5 8 2 11 7 2 10 7 8 11 -3 4 1 8 8 8 11 0 12 -4 3
|
||||
-18z m-197 -345 c0 -8 -19 -13 -24 -6 -3 5 1 9 9 9 8 0 15 -2 15 -3z m-3943
|
||||
-69 c0 -8 -4 -12 -9 -9 -5 3 -6 10 -3 15 9 13 12 11 12 -6z m498 -854 c3 -5 2
|
||||
-12 -3 -15 -5 -3 -9 1 -9 9 0 17 3 19 12 6z m2695 -355 c0 -2 -8 -10 -17 -17
|
||||
-16 -13 -17 -12 -4 4 13 16 21 21 21 13z"/>
|
||||
<path d="M2344 3920 c-391 -34 -729 -229 -849 -491 -62 -136 -72 -311 -26
|
||||
-431 64 -165 250 -264 426 -228 158 32 248 132 248 274 0 108 -48 180 -126
|
||||
193 -26 4 -43 -3 -86 -32 -109 -75 -169 -84 -226 -34 -43 38 -59 93 -52 176 8
|
||||
86 40 147 116 224 106 107 266 173 445 186 154 11 242 -25 290 -118 l28 -54
|
||||
-46 -195 c-62 -260 -149 -589 -253 -960 -47 -168 -88 -313 -90 -322 -5 -17
|
||||
-25 -18 -249 -18 l-244 0 0 -80 0 -80 219 -2 220 -3 -48 -130 c-165 -451 -353
|
||||
-673 -581 -683 -42 -2 -94 1 -116 7 -57 15 -124 78 -180 167 -54 84 -74 95
|
||||
-128 69 -44 -21 -73 -67 -88 -137 -10 -45 -9 -58 6 -88 32 -66 125 -116 269
|
||||
-147 103 -21 309 -13 398 16 192 61 343 200 482 443 39 67 129 277 168 391
|
||||
l33 97 351 0 352 0 82 -287 c91 -313 118 -380 181 -437 141 -127 419 -127 675
|
||||
-1 147 73 151 76 135 115 -14 35 -16 35 -65 15 -54 -23 -125 -34 -151 -24 -13
|
||||
4 -30 19 -38 31 -15 23 -176 550 -176 576 0 9 42 12 175 12 l175 0 0 80 0 80
|
||||
-201 2 -202 3 -201 695 c-112 382 -215 727 -230 766 -94 247 -273 354 -615
|
||||
367 -64 3 -157 1 -207 -3z m461 -1283 c85 -295 155 -539 155 -542 0 -3 -137
|
||||
-5 -304 -5 l-303 0 34 118 c48 165 143 520 204 765 28 114 53 206 55 204 2 -2
|
||||
74 -245 159 -540z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 10 KiB |
BIN
assets/arkanum2-logo-free-min.png
Normal file
After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
BIN
assets/logo-v1.png
Normal file
After Width: | Height: | Size: 106 KiB |
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 48 KiB |
15
code-server/media/favicon-dark-support.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="500px" height="500px" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g><path style="opacity:1" fill="#158c84" d="M 375.5,51.5 C 294.512,50.5227 213.512,50.1894 132.5,50.5C 133.263,49.7321 134.263,49.2321 135.5,49C 214.167,48.3333 292.833,48.3333 371.5,49C 373.066,49.6082 374.4,50.4415 375.5,51.5 Z"/></g>
|
||||
<g><path style="opacity:1" fill="#139b6f" d="M 132.5,50.5 C 213.512,50.1894 294.512,50.5227 375.5,51.5C 375.833,51.5 376.167,51.5 376.5,51.5C 376.685,53.1958 377.519,54.5291 379,55.5C 379.494,57.1341 379.66,58.8008 379.5,60.5C 380.675,60.281 381.675,60.6143 382.5,61.5C 381.562,65.9827 379.562,66.9827 376.5,64.5C 375.272,63.6935 374.272,62.6935 373.5,61.5C 372.878,59.665 371.544,58.4983 369.5,58C 291.833,57.3333 214.167,57.3333 136.5,58C 133.507,59.1585 131.84,61.3252 131.5,64.5C 130.833,64.8333 130.167,65.1667 129.5,65.5C 127.436,64.942 125.77,63.7754 124.5,62C 125.222,59.3226 126.222,56.8226 127.5,54.5C 128.585,52.4131 130.251,51.0798 132.5,50.5 Z"/></g>
|
||||
<g><path style="opacity:1" fill="#103223" d="M 373.5,61.5 C 371.745,60.9278 370.078,60.0945 368.5,59C 291.5,58.3333 214.5,58.3333 137.5,59C 134.977,60.3597 132.977,62.193 131.5,64.5C 131.84,61.3252 133.507,59.1585 136.5,58C 214.167,57.3333 291.833,57.3333 369.5,58C 371.544,58.4983 372.878,59.665 373.5,61.5 Z"/></g>
|
||||
<g><path style="opacity:1" fill="#292524" d="M 373.5,61.5 C 374.272,62.6935 375.272,63.6935 376.5,64.5C 413.057,128.608 449.89,192.608 487,256.5C 488.457,259.366 488.79,262.366 488,265.5C 450.614,331.266 412.947,396.932 375,462.5C 373.188,464.3 371.355,465.967 369.5,467.5C 291.499,467.667 213.499,467.5 135.5,467C 134.069,466.535 132.903,465.701 132,464.5C 131.856,461.558 130.689,459.224 128.5,457.5C 92.2487,393.994 55.7487,330.661 19,267.5C 16.9142,263.333 17.2475,259.333 20,255.5C 56.7624,192.307 93.2624,128.974 129.5,65.5C 130.167,65.1667 130.833,64.8333 131.5,64.5C 132.977,62.193 134.977,60.3597 137.5,59C 214.5,58.3333 291.5,58.3333 368.5,59C 370.078,60.0945 371.745,60.9278 373.5,61.5 Z"/></g>
|
||||
<g><path style="opacity:1" fill="#fcfcfc" d="M 236.5,106.5 C 253.064,105.598 269.397,107.098 285.5,111C 299.63,115.14 310.13,123.64 317,136.5C 319.529,142.421 321.863,148.421 324,154.5C 336.865,199.594 350.032,244.594 363.5,289.5C 376.817,290.499 390.15,290.833 403.5,290.5C 403.5,295.833 403.5,301.167 403.5,306.5C 391.833,306.5 380.167,306.5 368.5,306.5C 373.552,326.372 379.386,346.038 386,365.5C 387.863,367.949 390.363,368.949 393.5,368.5C 398.801,368.258 403.801,366.925 408.5,364.5C 410.669,365.652 412.003,367.486 412.5,370C 392.685,385.204 370.352,390.871 345.5,387C 334.558,384.129 326.725,377.629 322,367.5C 316.052,347.191 309.885,327.025 303.5,307C 280.16,306.167 256.826,306.334 233.5,307.5C 225.869,333.429 214.035,357.096 198,378.5C 174.848,401.83 147.348,408.663 115.5,399C 110.508,396.839 105.841,394.172 101.5,391C 97.1952,385.738 96.3619,379.905 99,373.5C 101.639,364.939 107.139,361.772 115.5,364C 127.457,389.91 145.79,395.577 170.5,381C 178.121,374.386 184.621,366.886 190,358.5C 199.119,341.935 206.286,324.601 211.5,306.5C 196.833,306.5 182.167,306.5 167.5,306.5C 167.5,301.167 167.5,295.833 167.5,290.5C 184.167,290.5 200.833,290.5 217.5,290.5C 230.966,240.969 243.966,191.302 256.5,141.5C 253.267,131.098 246.267,125.264 235.5,124C 216.74,122.366 199.74,127.033 184.5,138C 177.211,144.09 172.045,151.59 169,160.5C 166.694,169.71 168.861,177.544 175.5,184C 178.702,185.483 182.036,185.817 185.5,185C 190.335,183.086 194.669,180.419 198.5,177C 207.271,174.637 213.438,177.803 217,186.5C 219.966,206.747 211.466,218.914 191.5,223C 168.029,224.859 153.529,214.359 148,191.5C 145.102,163.798 155.268,142.298 178.5,127C 196.324,115.671 215.657,108.838 236.5,106.5 Z"/></g>
|
||||
<g><path style="opacity:0.518" fill="#077577" d="M 68.5,155.5 C 67.9695,157.924 67.1362,160.257 66,162.5C 60.4708,170.022 55.8041,178.022 52,186.5C 50.9609,187.71 49.7942,188.71 48.5,189.5C 54.6658,177.83 61.3324,166.496 68.5,155.5 Z"/></g>
|
||||
<g><path style="opacity:1" fill="#2a2625" d="M 267.5,181.5 C 278.527,217.594 289.193,253.928 299.5,290.5C 279.156,290.833 258.822,290.5 238.5,289.5C 249.106,253.744 258.772,217.744 267.5,181.5 Z"/></g>
|
||||
<g><path style="opacity:1" fill="#159570" d="M 127.5,54.5 C 126.222,56.8226 125.222,59.3226 124.5,62C 125.77,63.7754 127.436,64.942 129.5,65.5C 93.2624,128.974 56.7624,192.307 20,255.5C 17.2475,259.333 16.9142,263.333 19,267.5C 55.7487,330.661 92.2487,393.994 128.5,457.5C 127.06,456.637 125.726,456.637 124.5,457.5C 123.614,456.675 123.281,455.675 123.5,454.5C 122.5,454.5 121.5,454.5 120.5,454.5C 120.928,457.564 121.594,460.564 122.5,463.5C 85.1076,399.727 47.9409,335.727 11,271.5C 7.66667,265.5 7.66667,259.5 11,253.5C 23.2743,231.939 35.7743,210.606 48.5,189.5C 49.7942,188.71 50.9609,187.71 52,186.5C 55.8041,178.022 60.4708,170.022 66,162.5C 67.1362,160.257 67.9695,157.924 68.5,155.5C 86.9778,121.05 106.644,87.3832 127.5,54.5 Z"/></g>
|
||||
<g><path style="opacity:1" fill="#159671" d="M 376.5,51.5 C 379.458,54.0595 381.958,57.0595 384,60.5C 421.919,126.004 459.586,191.67 497,257.5C 497.791,261.926 497.457,266.259 496,270.5C 457.667,336.833 419.333,403.167 381,469.5C 378.536,472.647 375.37,474.647 371.5,475.5C 292.833,475.5 214.167,475.5 135.5,475.5C 129.677,473.683 125.343,470.016 122.5,464.5C 124.384,464.712 125.717,465.712 126.5,467.5C 127.451,466.674 128.451,466.508 129.5,467C 128.663,468.011 128.33,469.178 128.5,470.5C 131.245,470.373 133.245,471.54 134.5,474C 212.5,474.667 290.5,474.667 368.5,474C 372.403,473.588 374.07,471.421 373.5,467.5C 372.167,467.5 370.833,467.5 369.5,467.5C 371.355,465.967 373.188,464.3 375,462.5C 412.947,396.932 450.614,331.266 488,265.5C 488.79,262.366 488.457,259.366 487,256.5C 449.89,192.608 413.057,128.608 376.5,64.5C 379.562,66.9827 381.562,65.9827 382.5,61.5C 381.675,60.6143 380.675,60.281 379.5,60.5C 379.66,58.8008 379.494,57.1341 379,55.5C 377.519,54.5291 376.685,53.1958 376.5,51.5 Z"/></g>
|
||||
<g><path style="opacity:1" fill="#13956a" d="M 128.5,457.5 C 130.689,459.224 131.856,461.558 132,464.5C 132.903,465.701 134.069,466.535 135.5,467C 213.499,467.5 291.499,467.667 369.5,467.5C 370.833,467.5 372.167,467.5 373.5,467.5C 374.07,471.421 372.403,473.588 368.5,474C 290.5,474.667 212.5,474.667 134.5,474C 133.245,471.54 131.245,470.373 128.5,470.5C 128.33,469.178 128.663,468.011 129.5,467C 128.451,466.508 127.451,466.674 126.5,467.5C 125.717,465.712 124.384,464.712 122.5,464.5C 122.5,464.167 122.5,463.833 122.5,463.5C 121.594,460.564 120.928,457.564 120.5,454.5C 121.5,454.5 122.5,454.5 123.5,454.5C 123.281,455.675 123.614,456.675 124.5,457.5C 125.726,456.637 127.06,456.637 128.5,457.5 Z"/></g>
|
||||
<g><path style="opacity:0.475" fill="#107887" d="M 135.5,475.5 C 214.167,475.5 292.833,475.5 371.5,475.5C 359.346,476.566 347.012,477.233 334.5,477.5C 282.668,476.214 230.835,476.214 179,477.5C 164.311,477.522 149.811,476.855 135.5,475.5 Z"/></g>
|
||||
</svg>
|
After Width: | Height: | Size: 7.0 KiB |
144
code-server/media/favicon-dark-support.svg.back
Normal file
@ -0,0 +1,144 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="500.000000pt" height="500.000000pt" viewBox="0 0 500.000000 500.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
|
||||
<g transform="translate(0.000000,500.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M1336 4485 c-14 -8 -24 -9 -20 -4 4 7 -1 7 -15 -1 -12 -6 -19 -15
|
||||
-16 -20 3 -6 0 -7 -8 -5 -17 7 -51 -30 -41 -46 4 -7 3 -10 -4 -6 -9 6 -85
|
||||
-113 -82 -129 1 -4 -3 -10 -8 -13 -15 -9 -73 -117 -67 -124 3 -4 2 -5 -2 -2
|
||||
-3 3 -17 -13 -30 -36 -26 -46 -28 -53 -11 -43 7 5 8 3 4 -5 -5 -7 -11 -10 -14
|
||||
-7 -9 9 -43 -54 -36 -66 5 -7 2 -8 -6 -3 -10 6 -12 4 -7 -9 4 -9 3 -14 -2 -11
|
||||
-10 5 -68 -93 -63 -107 1 -4 -2 -8 -7 -8 -14 0 -102 -160 -95 -173 4 -7 4 -9
|
||||
-1 -5 -10 10 -21 -8 -271 -445 -19 -33 -31 -64 -27 -70 3 -5 1 -7 -5 -4 -6 4
|
||||
-19 -11 -32 -35 -11 -24 -29 -54 -38 -68 -13 -19 -14 -22 -2 -15 8 4 2 -4 -13
|
||||
-19 -17 -16 -27 -33 -23 -42 4 -10 2 -13 -6 -8 -8 5 -9 2 -5 -10 4 -10 3 -15
|
||||
-3 -11 -6 3 -13 -2 -17 -12 -4 -10 -19 -38 -35 -62 -30 -48 -35 -67 -16 -55 7
|
||||
4 8 3 4 -5 -4 -6 -11 -9 -16 -6 -9 6 -127 -194 -122 -207 1 -5 -1 -8 -6 -8 -4
|
||||
0 -19 -21 -32 -47 -14 -27 -27 -50 -31 -53 -15 -14 -39 -82 -39 -113 0 -43 9
|
||||
-69 21 -61 5 3 7 -1 4 -8 -3 -7 19 -53 49 -103 40 -69 57 -89 72 -87 11 2 15
|
||||
0 8 -5 -6 -4 -10 -15 -9 -23 4 -27 41 -80 50 -72 5 4 5 1 1 -6 -4 -7 -2 -20 5
|
||||
-28 6 -8 25 -38 40 -67 15 -29 33 -51 38 -50 6 2 8 -3 5 -10 -2 -7 16 -45 41
|
||||
-86 25 -40 45 -77 45 -82 0 -5 7 -12 15 -15 8 -4 13 -9 10 -13 -5 -9 72 -143
|
||||
88 -153 7 -4 8 -8 3 -8 -11 0 14 -30 26 -30 5 0 6 5 2 12 -5 7 -3 8 5 3 8 -5
|
||||
9 -11 3 -17 -11 -11 -4 -48 9 -48 5 0 8 -3 7 -7 -3 -15 14 -43 23 -37 5 3 6
|
||||
-2 3 -10 -3 -9 -2 -16 4 -16 5 0 13 -11 16 -25 4 -16 11 -23 18 -19 7 5 8 3 3
|
||||
-6 -5 -8 -1 -18 10 -27 11 -7 15 -13 11 -13 -4 0 3 -18 15 -40 12 -21 26 -37
|
||||
30 -34 5 3 6 -1 4 -8 -3 -8 1 -22 10 -33 12 -16 16 -17 23 -7 7 11 10 10 15
|
||||
-3 4 -9 3 -13 -2 -10 -5 3 -12 2 -15 -3 -7 -11 11 -37 25 -37 7 0 14 -7 16
|
||||
-15 4 -13 3 -13 -6 0 -14 20 -14 7 1 -25 6 -14 15 -25 20 -25 4 0 8 -5 8 -10
|
||||
0 -9 29 -63 70 -130 5 -8 57 -99 116 -202 62 -109 111 -185 117 -181 6 3 7 1
|
||||
3 -6 -7 -11 93 -195 102 -187 2 2 14 -7 28 -21 16 -16 32 -23 45 -20 10 3 16
|
||||
1 13 -4 -3 -6 461 -9 1165 -9 806 0 1171 4 1171 11 0 5 5 7 10 4 19 -12 105
|
||||
58 94 77 -3 4 -1 8 3 8 14 0 45 59 37 72 -4 6 -3 8 3 5 12 -8 75 101 66 115
|
||||
-3 6 -2 8 4 5 12 -8 75 101 66 115 -3 6 -2 8 4 5 6 -4 22 15 37 42 44 82 51
|
||||
95 74 131 11 19 21 39 21 44 -1 5 3 12 8 15 15 11 83 132 70 126 -6 -4 -4 0 6
|
||||
8 10 8 19 24 20 35 0 11 4 19 8 16 11 -6 60 87 52 100 -3 6 -2 8 2 3 9 -7 57
|
||||
68 58 90 0 7 3 10 6 8 4 -2 14 10 24 26 10 18 12 28 4 24 -6 -4 -4 0 7 9 11 9
|
||||
15 20 10 28 -4 7 -4 10 1 6 11 -10 47 50 39 64 -4 7 -2 8 4 4 11 -6 16 6 13
|
||||
27 0 4 3 7 9 7 5 0 14 9 20 21 9 15 8 24 -2 37 -11 15 -11 16 4 4 14 -11 19
|
||||
-8 38 27 13 22 22 43 21 47 -2 4 2 10 7 13 5 3 21 26 35 51 61 104 59 100 45
|
||||
118 -11 15 -11 15 3 4 15 -11 23 -2 68 79 28 50 51 96 51 100 0 5 4 9 9 9 5 0
|
||||
14 12 20 28 6 15 25 49 41 75 17 27 27 54 24 60 -4 7 -4 9 1 5 11 -11 47 50
|
||||
39 65 -4 7 -3 9 1 4 15 -13 74 105 75 148 0 45 -29 111 -47 108 -7 -2 -10 4
|
||||
-7 12 7 18 -26 76 -39 68 -6 -3 -7 -1 -3 6 6 10 -26 76 -44 91 -3 3 -12 20
|
||||
-19 38 -8 18 -18 35 -24 39 -6 4 -7 1 -2 -7 5 -9 4 -11 -4 -6 -6 4 -9 11 -6
|
||||
16 8 13 -24 72 -35 65 -6 -3 -8 0 -5 7 3 7 -11 38 -30 68 -19 30 -41 69 -50
|
||||
85 -8 17 -26 48 -39 70 -14 22 -35 59 -46 82 -13 24 -27 40 -33 36 -6 -4 -7
|
||||
-1 -2 6 4 7 -2 22 -16 37 -12 13 -19 24 -15 24 3 0 -1 14 -9 31 -11 21 -21 29
|
||||
-32 25 -12 -5 -13 -3 -5 7 17 20 -19 72 -37 54 -11 -10 -11 -8 -3 9 9 16 7 26
|
||||
-5 45 -9 13 -21 27 -26 30 -5 3 -8 10 -7 15 0 5 -9 26 -20 47 -19 33 -24 36
|
||||
-38 25 -15 -12 -16 -11 -4 4 12 14 11 22 -4 47 -10 16 -21 28 -26 25 -4 -3 -5
|
||||
1 -3 9 3 7 -6 30 -20 51 -14 20 -25 39 -25 41 0 10 -115 202 -129 215 -9 8
|
||||
-18 24 -19 35 -2 11 -7 22 -12 25 -4 3 -10 15 -14 28 -4 12 -12 19 -18 16 -6
|
||||
-4 -8 -2 -4 4 8 13 -30 78 -50 86 -8 3 -12 10 -9 16 8 13 -39 92 -50 83 -4 -5
|
||||
-5 -3 -2 4 4 6 -12 44 -35 83 -24 40 -55 93 -69 119 -15 25 -32 45 -38 43 -6
|
||||
-1 -11 5 -11 13 0 19 -57 48 -81 42 -11 -3 -19 -1 -19 4 0 5 -219 9 -529 9
|
||||
-414 0 -530 -3 -534 -12 -4 -10 -6 -10 -6 0 -1 10 -123 12 -596 12 -351 0
|
||||
-594 -4 -590 -10 3 -5 0 -12 -6 -16 -7 -4 -9 -3 -5 4 11 18 -9 22 -38 7z
|
||||
m1314 -35 c749 0 1007 3 1017 12 8 6 13 7 11 2 -1 -5 13 -25 33 -44 19 -19 61
|
||||
-81 93 -138 43 -76 61 -100 68 -90 8 10 9 10 5 -2 -6 -21 11 -63 22 -55 5 3
|
||||
13 0 17 -6 4 -8 3 -9 -4 -5 -7 4 -12 4 -12 0 0 -20 207 -364 220 -365 9 0 10
|
||||
-3 4 -5 -13 -5 104 -223 119 -224 5 0 6 4 2 9 -3 5 0 13 7 17 7 4 10 4 6 -1
|
||||
-4 -4 -2 -15 5 -23 9 -13 9 -14 0 -8 -20 11 -16 -18 6 -45 10 -13 21 -34 25
|
||||
-47 4 -12 12 -19 18 -16 6 4 8 3 5 -3 -3 -5 3 -25 15 -44 12 -19 35 -59 51
|
||||
-89 16 -30 35 -62 41 -70 7 -8 21 -32 31 -52 10 -20 22 -35 26 -32 4 2 11 -1
|
||||
15 -7 5 -8 3 -9 -6 -4 -8 5 -11 3 -8 -6 3 -8 11 -13 17 -11 7 1 10 -2 6 -8 -6
|
||||
-10 40 -99 57 -111 6 -3 10 -10 10 -15 0 -16 105 -194 111 -189 4 3 5 2 2 -1
|
||||
-7 -10 37 -84 46 -78 5 3 6 -2 3 -10 -3 -8 3 -23 13 -34 10 -10 19 -24 21 -31
|
||||
4 -18 92 -172 110 -193 8 -10 13 -18 10 -18 -3 0 -2 -16 2 -35 4 -19 4 -35 0
|
||||
-35 -4 0 -10 -8 -13 -18 -2 -9 -8 -26 -13 -36 -6 -15 -4 -17 7 -11 8 5 11 5 6
|
||||
-1 -5 -5 -13 -9 -18 -9 -10 0 -23 -20 -56 -85 -10 -19 -21 -37 -24 -40 -14
|
||||
-12 -29 -51 -24 -60 4 -6 2 -9 -4 -8 -7 2 -30 -31 -53 -72 -22 -41 -51 -90
|
||||
-64 -109 -22 -32 -24 -58 -3 -46 5 4 6 -2 2 -11 -4 -11 -8 -13 -11 -6 -2 7 -8
|
||||
12 -13 12 -11 0 -43 -60 -32 -60 5 0 3 -4 -3 -8 -24 -17 -43 -56 -33 -68 7 -9
|
||||
5 -11 -8 -10 -11 0 -18 -6 -18 -17 0 -10 -5 -21 -10 -25 -22 -15 -77 -113 -71
|
||||
-127 3 -8 0 -17 -6 -21 -7 -4 -8 -3 -4 4 4 7 5 12 2 12 -12 0 -76 -122 -70
|
||||
-133 4 -7 4 -9 -1 -5 -5 5 -25 -20 -46 -55 -27 -45 -35 -65 -27 -75 8 -10 7
|
||||
-11 -7 -5 -14 5 -17 3 -12 -10 4 -10 2 -16 -5 -14 -6 1 -13 -4 -16 -12 -3 -9
|
||||
0 -11 9 -6 8 5 11 4 6 -1 -5 -5 -11 -8 -14 -6 -10 6 -93 -142 -88 -156 3 -7 1
|
||||
-10 -5 -7 -5 3 -14 -4 -20 -15 -9 -16 -8 -25 2 -38 11 -15 11 -15 -2 -5 -13
|
||||
10 -20 5 -43 -33 -15 -25 -22 -42 -15 -39 7 4 6 1 -3 -7 -9 -7 -15 -21 -13
|
||||
-31 1 -9 -1 -15 -6 -12 -11 7 -33 -22 -26 -34 4 -5 -1 -14 -10 -19 -9 -5 -14
|
||||
-15 -10 -21 4 -6 12 -8 18 -5 7 4 8 2 4 -5 -6 -9 -11 -9 -21 -1 -9 8 -26 -14
|
||||
-73 -94 -38 -66 -56 -107 -49 -110 7 -2 6 -5 -3 -5 -9 -1 -46 -55 -86 -124
|
||||
-55 -95 -78 -126 -105 -140 -22 -11 -33 -23 -31 -35 2 -16 2 -16 -8 1 -10 16
|
||||
-76 17 -1156 17 -1043 0 -1148 1 -1182 17 -20 9 -44 16 -52 15 -10 -1 -11 1
|
||||
-3 4 10 4 9 12 -3 35 -8 16 -19 27 -24 24 -6 -4 -7 1 -3 11 4 10 2 15 -3 11
|
||||
-6 -3 -10 2 -11 11 -2 25 -53 112 -66 112 -5 0 -8 3 -4 6 8 9 -21 64 -33 64
|
||||
-6 0 -9 3 -9 8 3 20 -2 32 -13 26 -6 -4 -8 -3 -4 4 6 11 -47 111 -66 123 -5 3
|
||||
-8 8 -6 10 2 3 -81 154 -122 219 -5 8 -39 68 -75 133 -40 69 -71 114 -77 111
|
||||
-6 -4 -8 -2 -5 4 9 14 -3 43 -14 36 -5 -3 -6 1 -4 8 3 8 -5 25 -17 38 -12 13
|
||||
-23 29 -23 35 0 23 -118 215 -128 208 -5 -3 -7 -1 -4 5 10 16 -3 42 -22 43 -9
|
||||
0 -11 3 -4 5 13 6 -100 209 -116 209 -5 0 -13 4 -18 9 -5 5 -3 6 5 2 16 -10
|
||||
16 9 -1 26 -7 7 -14 18 -15 23 -1 6 -8 10 -14 10 -7 0 -12 9 -10 19 2 10 -5
|
||||
24 -15 32 -10 7 -15 14 -10 14 4 0 0 14 -8 30 -9 18 -21 28 -27 24 -6 -4 -8
|
||||
-3 -5 4 7 11 -47 119 -78 155 -11 12 -18 22 -16 22 2 0 -3 12 -10 27 -6 15
|
||||
-15 25 -20 23 -4 -3 -11 0 -15 6 -5 8 -3 9 6 4 8 -5 11 -3 8 6 -3 8 -10 13
|
||||
-16 12 -6 -2 -9 3 -6 11 3 7 -1 20 -9 28 -30 29 -16 105 35 192 26 44 44 84
|
||||
41 89 -3 6 -1 7 4 4 17 -10 25 24 11 42 -11 14 -11 14 3 4 13 -10 20 -5 45 38
|
||||
16 28 27 53 26 56 -2 3 0 9 5 12 21 14 53 80 47 97 -4 15 -4 16 4 5 8 -11 13
|
||||
-8 25 15 8 16 12 35 10 42 -3 7 -1 11 4 10 4 -2 9 1 10 6 1 5 5 12 10 15 4 3
|
||||
15 15 23 25 14 18 13 19 -3 13 -11 -4 -16 -3 -12 3 3 6 13 10 20 10 8 0 17 11
|
||||
21 25 3 14 11 25 16 25 6 0 7 7 4 16 -3 8 -2 12 4 9 6 -3 10 -4 10 -1 0 2 3
|
||||
12 7 22 5 13 3 15 -7 9 -9 -5 -11 -4 -6 4 4 6 11 9 16 6 5 -3 25 23 44 58 38
|
||||
68 43 83 24 71 -7 -4 -8 -3 -4 5 4 6 11 9 16 6 12 -8 33 33 24 47 -4 6 -3 8 4
|
||||
5 6 -4 23 17 41 48 34 61 39 80 15 71 -9 -3 -12 -2 -9 5 4 6 13 8 21 5 15 -6
|
||||
39 27 100 138 19 35 31 66 27 71 -5 4 -3 6 2 2 6 -3 21 13 34 35 13 23 17 37
|
||||
9 33 -7 -4 -3 2 9 14 29 28 54 76 45 86 -4 5 -2 5 4 2 6 -3 17 9 24 28 8 19
|
||||
17 35 20 35 7 0 37 59 38 74 0 5 4 12 10 15 16 11 62 97 55 104 -3 4 -1 7 5 7
|
||||
12 0 75 106 75 127 0 7 3 11 5 8 9 -9 122 196 115 208 -3 7 -3 9 2 5 4 -4 21
|
||||
4 37 17 17 15 43 25 61 25 18 1 87 1 155 1 115 0 123 1 110 17 -11 15 -10 15
|
||||
8 0 19 -17 84 -18 1024 -18z m-980 24 c0 -8 -19 -13 -24 -6 -3 5 1 9 9 9 8 0
|
||||
15 -2 15 -3z m2187 -236 c2 -17 0 -19 -7 -8 -5 8 -6 18 -4 22 8 12 10 10 11
|
||||
-14z m-2917 -358 c-6 -11 -13 -20 -16 -20 -2 0 0 9 6 20 6 11 13 20 16 20 2 0
|
||||
0 -9 -6 -20z m-400 -714 c0 -3 -4 -8 -10 -11 -5 -3 -10 -1 -10 4 0 6 5 11 10
|
||||
11 6 0 10 -2 10 -4z m3995 -95 c3 -5 2 -12 -3 -15 -5 -3 -9 1 -9 9 0 17 3 19
|
||||
12 6z m-4260 -350 c3 -5 2 -12 -3 -15 -5 -3 -9 1 -9 9 0 17 3 19 12 6z m4589
|
||||
-223 c-9 -14 -23 2 -17 18 4 12 8 13 14 3 4 -7 5 -17 3 -21z m-167 -559 c-6
|
||||
-10 -16 -15 -21 -12 -6 4 -5 8 2 11 7 2 10 7 8 11 -3 4 1 8 8 8 11 0 12 -4 3
|
||||
-18z m-197 -345 c0 -8 -19 -13 -24 -6 -3 5 1 9 9 9 8 0 15 -2 15 -3z m-3943
|
||||
-69 c0 -8 -4 -12 -9 -9 -5 3 -6 10 -3 15 9 13 12 11 12 -6z m498 -854 c3 -5 2
|
||||
-12 -3 -15 -5 -3 -9 1 -9 9 0 17 3 19 12 6z m2695 -355 c0 -2 -8 -10 -17 -17
|
||||
-16 -13 -17 -12 -4 4 13 16 21 21 21 13z"/>
|
||||
<path d="M2344 3920 c-391 -34 -729 -229 -849 -491 -62 -136 -72 -311 -26
|
||||
-431 64 -165 250 -264 426 -228 158 32 248 132 248 274 0 108 -48 180 -126
|
||||
193 -26 4 -43 -3 -86 -32 -109 -75 -169 -84 -226 -34 -43 38 -59 93 -52 176 8
|
||||
86 40 147 116 224 106 107 266 173 445 186 154 11 242 -25 290 -118 l28 -54
|
||||
-46 -195 c-62 -260 -149 -589 -253 -960 -47 -168 -88 -313 -90 -322 -5 -17
|
||||
-25 -18 -249 -18 l-244 0 0 -80 0 -80 219 -2 220 -3 -48 -130 c-165 -451 -353
|
||||
-673 -581 -683 -42 -2 -94 1 -116 7 -57 15 -124 78 -180 167 -54 84 -74 95
|
||||
-128 69 -44 -21 -73 -67 -88 -137 -10 -45 -9 -58 6 -88 32 -66 125 -116 269
|
||||
-147 103 -21 309 -13 398 16 192 61 343 200 482 443 39 67 129 277 168 391
|
||||
l33 97 351 0 352 0 82 -287 c91 -313 118 -380 181 -437 141 -127 419 -127 675
|
||||
-1 147 73 151 76 135 115 -14 35 -16 35 -65 15 -54 -23 -125 -34 -151 -24 -13
|
||||
4 -30 19 -38 31 -15 23 -176 550 -176 576 0 9 42 12 175 12 l175 0 0 80 0 80
|
||||
-201 2 -202 3 -201 695 c-112 382 -215 727 -230 766 -94 247 -273 354 -615
|
||||
367 -64 3 -157 1 -207 -3z m461 -1283 c85 -295 155 -539 155 -542 0 -3 -137
|
||||
-5 -304 -5 l-303 0 34 118 c48 165 143 520 204 765 28 114 53 206 55 204 2 -2
|
||||
74 -245 159 -540z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 10 KiB |
BIN
code-server/media/favicon.ico
Normal file
After Width: | Height: | Size: 8.1 KiB |
144
code-server/media/favicon.svg
Normal file
@ -0,0 +1,144 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="500.000000pt" height="500.000000pt" viewBox="0 0 500.000000 500.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
|
||||
<g transform="translate(0.000000,500.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M1336 4485 c-14 -8 -24 -9 -20 -4 4 7 -1 7 -15 -1 -12 -6 -19 -15
|
||||
-16 -20 3 -6 0 -7 -8 -5 -17 7 -51 -30 -41 -46 4 -7 3 -10 -4 -6 -9 6 -85
|
||||
-113 -82 -129 1 -4 -3 -10 -8 -13 -15 -9 -73 -117 -67 -124 3 -4 2 -5 -2 -2
|
||||
-3 3 -17 -13 -30 -36 -26 -46 -28 -53 -11 -43 7 5 8 3 4 -5 -5 -7 -11 -10 -14
|
||||
-7 -9 9 -43 -54 -36 -66 5 -7 2 -8 -6 -3 -10 6 -12 4 -7 -9 4 -9 3 -14 -2 -11
|
||||
-10 5 -68 -93 -63 -107 1 -4 -2 -8 -7 -8 -14 0 -102 -160 -95 -173 4 -7 4 -9
|
||||
-1 -5 -10 10 -21 -8 -271 -445 -19 -33 -31 -64 -27 -70 3 -5 1 -7 -5 -4 -6 4
|
||||
-19 -11 -32 -35 -11 -24 -29 -54 -38 -68 -13 -19 -14 -22 -2 -15 8 4 2 -4 -13
|
||||
-19 -17 -16 -27 -33 -23 -42 4 -10 2 -13 -6 -8 -8 5 -9 2 -5 -10 4 -10 3 -15
|
||||
-3 -11 -6 3 -13 -2 -17 -12 -4 -10 -19 -38 -35 -62 -30 -48 -35 -67 -16 -55 7
|
||||
4 8 3 4 -5 -4 -6 -11 -9 -16 -6 -9 6 -127 -194 -122 -207 1 -5 -1 -8 -6 -8 -4
|
||||
0 -19 -21 -32 -47 -14 -27 -27 -50 -31 -53 -15 -14 -39 -82 -39 -113 0 -43 9
|
||||
-69 21 -61 5 3 7 -1 4 -8 -3 -7 19 -53 49 -103 40 -69 57 -89 72 -87 11 2 15
|
||||
0 8 -5 -6 -4 -10 -15 -9 -23 4 -27 41 -80 50 -72 5 4 5 1 1 -6 -4 -7 -2 -20 5
|
||||
-28 6 -8 25 -38 40 -67 15 -29 33 -51 38 -50 6 2 8 -3 5 -10 -2 -7 16 -45 41
|
||||
-86 25 -40 45 -77 45 -82 0 -5 7 -12 15 -15 8 -4 13 -9 10 -13 -5 -9 72 -143
|
||||
88 -153 7 -4 8 -8 3 -8 -11 0 14 -30 26 -30 5 0 6 5 2 12 -5 7 -3 8 5 3 8 -5
|
||||
9 -11 3 -17 -11 -11 -4 -48 9 -48 5 0 8 -3 7 -7 -3 -15 14 -43 23 -37 5 3 6
|
||||
-2 3 -10 -3 -9 -2 -16 4 -16 5 0 13 -11 16 -25 4 -16 11 -23 18 -19 7 5 8 3 3
|
||||
-6 -5 -8 -1 -18 10 -27 11 -7 15 -13 11 -13 -4 0 3 -18 15 -40 12 -21 26 -37
|
||||
30 -34 5 3 6 -1 4 -8 -3 -8 1 -22 10 -33 12 -16 16 -17 23 -7 7 11 10 10 15
|
||||
-3 4 -9 3 -13 -2 -10 -5 3 -12 2 -15 -3 -7 -11 11 -37 25 -37 7 0 14 -7 16
|
||||
-15 4 -13 3 -13 -6 0 -14 20 -14 7 1 -25 6 -14 15 -25 20 -25 4 0 8 -5 8 -10
|
||||
0 -9 29 -63 70 -130 5 -8 57 -99 116 -202 62 -109 111 -185 117 -181 6 3 7 1
|
||||
3 -6 -7 -11 93 -195 102 -187 2 2 14 -7 28 -21 16 -16 32 -23 45 -20 10 3 16
|
||||
1 13 -4 -3 -6 461 -9 1165 -9 806 0 1171 4 1171 11 0 5 5 7 10 4 19 -12 105
|
||||
58 94 77 -3 4 -1 8 3 8 14 0 45 59 37 72 -4 6 -3 8 3 5 12 -8 75 101 66 115
|
||||
-3 6 -2 8 4 5 12 -8 75 101 66 115 -3 6 -2 8 4 5 6 -4 22 15 37 42 44 82 51
|
||||
95 74 131 11 19 21 39 21 44 -1 5 3 12 8 15 15 11 83 132 70 126 -6 -4 -4 0 6
|
||||
8 10 8 19 24 20 35 0 11 4 19 8 16 11 -6 60 87 52 100 -3 6 -2 8 2 3 9 -7 57
|
||||
68 58 90 0 7 3 10 6 8 4 -2 14 10 24 26 10 18 12 28 4 24 -6 -4 -4 0 7 9 11 9
|
||||
15 20 10 28 -4 7 -4 10 1 6 11 -10 47 50 39 64 -4 7 -2 8 4 4 11 -6 16 6 13
|
||||
27 0 4 3 7 9 7 5 0 14 9 20 21 9 15 8 24 -2 37 -11 15 -11 16 4 4 14 -11 19
|
||||
-8 38 27 13 22 22 43 21 47 -2 4 2 10 7 13 5 3 21 26 35 51 61 104 59 100 45
|
||||
118 -11 15 -11 15 3 4 15 -11 23 -2 68 79 28 50 51 96 51 100 0 5 4 9 9 9 5 0
|
||||
14 12 20 28 6 15 25 49 41 75 17 27 27 54 24 60 -4 7 -4 9 1 5 11 -11 47 50
|
||||
39 65 -4 7 -3 9 1 4 15 -13 74 105 75 148 0 45 -29 111 -47 108 -7 -2 -10 4
|
||||
-7 12 7 18 -26 76 -39 68 -6 -3 -7 -1 -3 6 6 10 -26 76 -44 91 -3 3 -12 20
|
||||
-19 38 -8 18 -18 35 -24 39 -6 4 -7 1 -2 -7 5 -9 4 -11 -4 -6 -6 4 -9 11 -6
|
||||
16 8 13 -24 72 -35 65 -6 -3 -8 0 -5 7 3 7 -11 38 -30 68 -19 30 -41 69 -50
|
||||
85 -8 17 -26 48 -39 70 -14 22 -35 59 -46 82 -13 24 -27 40 -33 36 -6 -4 -7
|
||||
-1 -2 6 4 7 -2 22 -16 37 -12 13 -19 24 -15 24 3 0 -1 14 -9 31 -11 21 -21 29
|
||||
-32 25 -12 -5 -13 -3 -5 7 17 20 -19 72 -37 54 -11 -10 -11 -8 -3 9 9 16 7 26
|
||||
-5 45 -9 13 -21 27 -26 30 -5 3 -8 10 -7 15 0 5 -9 26 -20 47 -19 33 -24 36
|
||||
-38 25 -15 -12 -16 -11 -4 4 12 14 11 22 -4 47 -10 16 -21 28 -26 25 -4 -3 -5
|
||||
1 -3 9 3 7 -6 30 -20 51 -14 20 -25 39 -25 41 0 10 -115 202 -129 215 -9 8
|
||||
-18 24 -19 35 -2 11 -7 22 -12 25 -4 3 -10 15 -14 28 -4 12 -12 19 -18 16 -6
|
||||
-4 -8 -2 -4 4 8 13 -30 78 -50 86 -8 3 -12 10 -9 16 8 13 -39 92 -50 83 -4 -5
|
||||
-5 -3 -2 4 4 6 -12 44 -35 83 -24 40 -55 93 -69 119 -15 25 -32 45 -38 43 -6
|
||||
-1 -11 5 -11 13 0 19 -57 48 -81 42 -11 -3 -19 -1 -19 4 0 5 -219 9 -529 9
|
||||
-414 0 -530 -3 -534 -12 -4 -10 -6 -10 -6 0 -1 10 -123 12 -596 12 -351 0
|
||||
-594 -4 -590 -10 3 -5 0 -12 -6 -16 -7 -4 -9 -3 -5 4 11 18 -9 22 -38 7z
|
||||
m1314 -35 c749 0 1007 3 1017 12 8 6 13 7 11 2 -1 -5 13 -25 33 -44 19 -19 61
|
||||
-81 93 -138 43 -76 61 -100 68 -90 8 10 9 10 5 -2 -6 -21 11 -63 22 -55 5 3
|
||||
13 0 17 -6 4 -8 3 -9 -4 -5 -7 4 -12 4 -12 0 0 -20 207 -364 220 -365 9 0 10
|
||||
-3 4 -5 -13 -5 104 -223 119 -224 5 0 6 4 2 9 -3 5 0 13 7 17 7 4 10 4 6 -1
|
||||
-4 -4 -2 -15 5 -23 9 -13 9 -14 0 -8 -20 11 -16 -18 6 -45 10 -13 21 -34 25
|
||||
-47 4 -12 12 -19 18 -16 6 4 8 3 5 -3 -3 -5 3 -25 15 -44 12 -19 35 -59 51
|
||||
-89 16 -30 35 -62 41 -70 7 -8 21 -32 31 -52 10 -20 22 -35 26 -32 4 2 11 -1
|
||||
15 -7 5 -8 3 -9 -6 -4 -8 5 -11 3 -8 -6 3 -8 11 -13 17 -11 7 1 10 -2 6 -8 -6
|
||||
-10 40 -99 57 -111 6 -3 10 -10 10 -15 0 -16 105 -194 111 -189 4 3 5 2 2 -1
|
||||
-7 -10 37 -84 46 -78 5 3 6 -2 3 -10 -3 -8 3 -23 13 -34 10 -10 19 -24 21 -31
|
||||
4 -18 92 -172 110 -193 8 -10 13 -18 10 -18 -3 0 -2 -16 2 -35 4 -19 4 -35 0
|
||||
-35 -4 0 -10 -8 -13 -18 -2 -9 -8 -26 -13 -36 -6 -15 -4 -17 7 -11 8 5 11 5 6
|
||||
-1 -5 -5 -13 -9 -18 -9 -10 0 -23 -20 -56 -85 -10 -19 -21 -37 -24 -40 -14
|
||||
-12 -29 -51 -24 -60 4 -6 2 -9 -4 -8 -7 2 -30 -31 -53 -72 -22 -41 -51 -90
|
||||
-64 -109 -22 -32 -24 -58 -3 -46 5 4 6 -2 2 -11 -4 -11 -8 -13 -11 -6 -2 7 -8
|
||||
12 -13 12 -11 0 -43 -60 -32 -60 5 0 3 -4 -3 -8 -24 -17 -43 -56 -33 -68 7 -9
|
||||
5 -11 -8 -10 -11 0 -18 -6 -18 -17 0 -10 -5 -21 -10 -25 -22 -15 -77 -113 -71
|
||||
-127 3 -8 0 -17 -6 -21 -7 -4 -8 -3 -4 4 4 7 5 12 2 12 -12 0 -76 -122 -70
|
||||
-133 4 -7 4 -9 -1 -5 -5 5 -25 -20 -46 -55 -27 -45 -35 -65 -27 -75 8 -10 7
|
||||
-11 -7 -5 -14 5 -17 3 -12 -10 4 -10 2 -16 -5 -14 -6 1 -13 -4 -16 -12 -3 -9
|
||||
0 -11 9 -6 8 5 11 4 6 -1 -5 -5 -11 -8 -14 -6 -10 6 -93 -142 -88 -156 3 -7 1
|
||||
-10 -5 -7 -5 3 -14 -4 -20 -15 -9 -16 -8 -25 2 -38 11 -15 11 -15 -2 -5 -13
|
||||
10 -20 5 -43 -33 -15 -25 -22 -42 -15 -39 7 4 6 1 -3 -7 -9 -7 -15 -21 -13
|
||||
-31 1 -9 -1 -15 -6 -12 -11 7 -33 -22 -26 -34 4 -5 -1 -14 -10 -19 -9 -5 -14
|
||||
-15 -10 -21 4 -6 12 -8 18 -5 7 4 8 2 4 -5 -6 -9 -11 -9 -21 -1 -9 8 -26 -14
|
||||
-73 -94 -38 -66 -56 -107 -49 -110 7 -2 6 -5 -3 -5 -9 -1 -46 -55 -86 -124
|
||||
-55 -95 -78 -126 -105 -140 -22 -11 -33 -23 -31 -35 2 -16 2 -16 -8 1 -10 16
|
||||
-76 17 -1156 17 -1043 0 -1148 1 -1182 17 -20 9 -44 16 -52 15 -10 -1 -11 1
|
||||
-3 4 10 4 9 12 -3 35 -8 16 -19 27 -24 24 -6 -4 -7 1 -3 11 4 10 2 15 -3 11
|
||||
-6 -3 -10 2 -11 11 -2 25 -53 112 -66 112 -5 0 -8 3 -4 6 8 9 -21 64 -33 64
|
||||
-6 0 -9 3 -9 8 3 20 -2 32 -13 26 -6 -4 -8 -3 -4 4 6 11 -47 111 -66 123 -5 3
|
||||
-8 8 -6 10 2 3 -81 154 -122 219 -5 8 -39 68 -75 133 -40 69 -71 114 -77 111
|
||||
-6 -4 -8 -2 -5 4 9 14 -3 43 -14 36 -5 -3 -6 1 -4 8 3 8 -5 25 -17 38 -12 13
|
||||
-23 29 -23 35 0 23 -118 215 -128 208 -5 -3 -7 -1 -4 5 10 16 -3 42 -22 43 -9
|
||||
0 -11 3 -4 5 13 6 -100 209 -116 209 -5 0 -13 4 -18 9 -5 5 -3 6 5 2 16 -10
|
||||
16 9 -1 26 -7 7 -14 18 -15 23 -1 6 -8 10 -14 10 -7 0 -12 9 -10 19 2 10 -5
|
||||
24 -15 32 -10 7 -15 14 -10 14 4 0 0 14 -8 30 -9 18 -21 28 -27 24 -6 -4 -8
|
||||
-3 -5 4 7 11 -47 119 -78 155 -11 12 -18 22 -16 22 2 0 -3 12 -10 27 -6 15
|
||||
-15 25 -20 23 -4 -3 -11 0 -15 6 -5 8 -3 9 6 4 8 -5 11 -3 8 6 -3 8 -10 13
|
||||
-16 12 -6 -2 -9 3 -6 11 3 7 -1 20 -9 28 -30 29 -16 105 35 192 26 44 44 84
|
||||
41 89 -3 6 -1 7 4 4 17 -10 25 24 11 42 -11 14 -11 14 3 4 13 -10 20 -5 45 38
|
||||
16 28 27 53 26 56 -2 3 0 9 5 12 21 14 53 80 47 97 -4 15 -4 16 4 5 8 -11 13
|
||||
-8 25 15 8 16 12 35 10 42 -3 7 -1 11 4 10 4 -2 9 1 10 6 1 5 5 12 10 15 4 3
|
||||
15 15 23 25 14 18 13 19 -3 13 -11 -4 -16 -3 -12 3 3 6 13 10 20 10 8 0 17 11
|
||||
21 25 3 14 11 25 16 25 6 0 7 7 4 16 -3 8 -2 12 4 9 6 -3 10 -4 10 -1 0 2 3
|
||||
12 7 22 5 13 3 15 -7 9 -9 -5 -11 -4 -6 4 4 6 11 9 16 6 5 -3 25 23 44 58 38
|
||||
68 43 83 24 71 -7 -4 -8 -3 -4 5 4 6 11 9 16 6 12 -8 33 33 24 47 -4 6 -3 8 4
|
||||
5 6 -4 23 17 41 48 34 61 39 80 15 71 -9 -3 -12 -2 -9 5 4 6 13 8 21 5 15 -6
|
||||
39 27 100 138 19 35 31 66 27 71 -5 4 -3 6 2 2 6 -3 21 13 34 35 13 23 17 37
|
||||
9 33 -7 -4 -3 2 9 14 29 28 54 76 45 86 -4 5 -2 5 4 2 6 -3 17 9 24 28 8 19
|
||||
17 35 20 35 7 0 37 59 38 74 0 5 4 12 10 15 16 11 62 97 55 104 -3 4 -1 7 5 7
|
||||
12 0 75 106 75 127 0 7 3 11 5 8 9 -9 122 196 115 208 -3 7 -3 9 2 5 4 -4 21
|
||||
4 37 17 17 15 43 25 61 25 18 1 87 1 155 1 115 0 123 1 110 17 -11 15 -10 15
|
||||
8 0 19 -17 84 -18 1024 -18z m-980 24 c0 -8 -19 -13 -24 -6 -3 5 1 9 9 9 8 0
|
||||
15 -2 15 -3z m2187 -236 c2 -17 0 -19 -7 -8 -5 8 -6 18 -4 22 8 12 10 10 11
|
||||
-14z m-2917 -358 c-6 -11 -13 -20 -16 -20 -2 0 0 9 6 20 6 11 13 20 16 20 2 0
|
||||
0 -9 -6 -20z m-400 -714 c0 -3 -4 -8 -10 -11 -5 -3 -10 -1 -10 4 0 6 5 11 10
|
||||
11 6 0 10 -2 10 -4z m3995 -95 c3 -5 2 -12 -3 -15 -5 -3 -9 1 -9 9 0 17 3 19
|
||||
12 6z m-4260 -350 c3 -5 2 -12 -3 -15 -5 -3 -9 1 -9 9 0 17 3 19 12 6z m4589
|
||||
-223 c-9 -14 -23 2 -17 18 4 12 8 13 14 3 4 -7 5 -17 3 -21z m-167 -559 c-6
|
||||
-10 -16 -15 -21 -12 -6 4 -5 8 2 11 7 2 10 7 8 11 -3 4 1 8 8 8 11 0 12 -4 3
|
||||
-18z m-197 -345 c0 -8 -19 -13 -24 -6 -3 5 1 9 9 9 8 0 15 -2 15 -3z m-3943
|
||||
-69 c0 -8 -4 -12 -9 -9 -5 3 -6 10 -3 15 9 13 12 11 12 -6z m498 -854 c3 -5 2
|
||||
-12 -3 -15 -5 -3 -9 1 -9 9 0 17 3 19 12 6z m2695 -355 c0 -2 -8 -10 -17 -17
|
||||
-16 -13 -17 -12 -4 4 13 16 21 21 21 13z"/>
|
||||
<path d="M2344 3920 c-391 -34 -729 -229 -849 -491 -62 -136 -72 -311 -26
|
||||
-431 64 -165 250 -264 426 -228 158 32 248 132 248 274 0 108 -48 180 -126
|
||||
193 -26 4 -43 -3 -86 -32 -109 -75 -169 -84 -226 -34 -43 38 -59 93 -52 176 8
|
||||
86 40 147 116 224 106 107 266 173 445 186 154 11 242 -25 290 -118 l28 -54
|
||||
-46 -195 c-62 -260 -149 -589 -253 -960 -47 -168 -88 -313 -90 -322 -5 -17
|
||||
-25 -18 -249 -18 l-244 0 0 -80 0 -80 219 -2 220 -3 -48 -130 c-165 -451 -353
|
||||
-673 -581 -683 -42 -2 -94 1 -116 7 -57 15 -124 78 -180 167 -54 84 -74 95
|
||||
-128 69 -44 -21 -73 -67 -88 -137 -10 -45 -9 -58 6 -88 32 -66 125 -116 269
|
||||
-147 103 -21 309 -13 398 16 192 61 343 200 482 443 39 67 129 277 168 391
|
||||
l33 97 351 0 352 0 82 -287 c91 -313 118 -380 181 -437 141 -127 419 -127 675
|
||||
-1 147 73 151 76 135 115 -14 35 -16 35 -65 15 -54 -23 -125 -34 -151 -24 -13
|
||||
4 -30 19 -38 31 -15 23 -176 550 -176 576 0 9 42 12 175 12 l175 0 0 80 0 80
|
||||
-201 2 -202 3 -201 695 c-112 382 -215 727 -230 766 -94 247 -273 354 -615
|
||||
367 -64 3 -157 1 -207 -3z m461 -1283 c85 -295 155 -539 155 -542 0 -3 -137
|
||||
-5 -304 -5 l-303 0 34 118 c48 165 143 520 204 765 28 114 53 206 55 204 2 -2
|
||||
74 -245 159 -540z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 10 KiB |
BIN
code-server/media/pwa-icon-192.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
code-server/media/pwa-icon-512.png
Normal file
After Width: | Height: | Size: 167 KiB |
BIN
code-server/media/pwa-icon.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
code-server/media/templates.png
Normal file
After Width: | Height: | Size: 46 KiB |
27
code-server/root/etc/s6-overlay/s6-rc.d/svc-code-server/run
Normal file
@ -0,0 +1,27 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
if [ -n "${PASSWORD}" ] || [ -n "${HASHED_PASSWORD}" ]; then
|
||||
AUTH="password"
|
||||
else
|
||||
AUTH="none"
|
||||
echo "starting with no password"
|
||||
fi
|
||||
|
||||
if [ -z ${PROXY_DOMAIN+x} ]; then
|
||||
PROXY_DOMAIN_ARG=""
|
||||
else
|
||||
PROXY_DOMAIN_ARG="--proxy-domain=${PROXY_DOMAIN}"
|
||||
fi
|
||||
|
||||
exec \
|
||||
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z 127.0.0.1 8443" \
|
||||
s6-setuidgid abc \
|
||||
/app/code-server/bin/code-server \
|
||||
--bind-addr 0.0.0.0:8443 \
|
||||
--user-data-dir /config/data \
|
||||
--extensions-dir /config/extensions \
|
||||
--disable-telemetry \
|
||||
--auth "${AUTH}" \
|
||||
--app-name "Arkanum" \
|
||||
"${PROXY_DOMAIN_ARG}" \
|
||||
"${DEFAULT_WORKSPACE:-/config/workspace}"
|
@ -1,5 +1,5 @@
|
||||
function getItems(version) {
|
||||
const ci = process.env.ci
|
||||
const ci = process.env.CI
|
||||
const pr = process.env.CI_COMMIT_PULL_REQUEST
|
||||
|
||||
let nver = undefined
|
||||
|
@ -19,6 +19,7 @@ function getGuide() {
|
||||
{ text: 'Git', link: 'components/git' },
|
||||
{ text: 'Arkanum CLI', link: 'components/arkanum-cli' },
|
||||
{ text: 'FiraCode Font', link: 'components/firacode' },
|
||||
{ text: 'Code Server', link: 'components/code-server' },
|
||||
{ text: 'VSCode', link: 'components/vscode' },
|
||||
],
|
||||
},
|
||||
|
@ -5,10 +5,12 @@
|
||||
<template>
|
||||
<div class="blog-container">
|
||||
<h1>Blog</h1>
|
||||
<Posts featured>
|
||||
<h2>⭐ Featured Articles</h2>
|
||||
<Posts featured/>
|
||||
</Posts>
|
||||
<Posts>
|
||||
<h2>📰 All Posts</h2>
|
||||
<Posts/>
|
||||
</Posts>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -18,10 +20,11 @@
|
||||
width: 100%;
|
||||
max-width: 1280px;
|
||||
padding: 0 64px;
|
||||
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
h1,
|
||||
h2,
|
||||
h3 {
|
||||
position: relative;
|
||||
font-weight: 600;
|
||||
outline: none;
|
||||
|
49
docs/.vitepress/theme/components/BlogHeaderImage.vue
Normal file
@ -0,0 +1,49 @@
|
||||
<script setup>
|
||||
import { withBase } from 'vitepress';
|
||||
import { computed } from 'vue';
|
||||
|
||||
const props = defineProps({
|
||||
Source: {
|
||||
type: String,
|
||||
required: true
|
||||
},
|
||||
Caption: {
|
||||
type: String
|
||||
}
|
||||
})
|
||||
|
||||
const ImageSource = computed(() => {
|
||||
return withBase(props.Source)
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="blog-header-container">
|
||||
<img :src="ImageSource">
|
||||
<p v-if="props.Caption">{{ props.Caption }}</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.blog-header-container {
|
||||
width: 100%;
|
||||
margin: 24px 0;
|
||||
}
|
||||
|
||||
.blog-header-container img {
|
||||
max-width: 325px;
|
||||
max-height: 325px;
|
||||
margin: 12px auto;
|
||||
border: 2px solid var(--vp-c-brand-soft);
|
||||
border-radius: 12px;
|
||||
/*box-shadow: -1px 5px 24px 12px var(--vp-c-brand-soft);*/
|
||||
box-shadow: 0px 8px 16px var(--vp-c-brand-soft);
|
||||
}
|
||||
|
||||
.blog-header-container p {
|
||||
width: 80%;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
font-size: smaller;
|
||||
}
|
||||
</style>
|
@ -27,6 +27,10 @@
|
||||
date: {
|
||||
type: String,
|
||||
default: '2020-01-01'
|
||||
},
|
||||
author: {
|
||||
type: String,
|
||||
default: 'Anonymous'
|
||||
}
|
||||
})
|
||||
|
||||
@ -51,6 +55,10 @@
|
||||
return 'EMPTY-TAG'
|
||||
}
|
||||
})
|
||||
|
||||
const authorURL = computed(() => {
|
||||
return `https://gitea.ocram85.com/${props.author}`
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@ -63,7 +71,8 @@
|
||||
<Badge :text="normTag" type="tip" />
|
||||
</div>
|
||||
<h3>{{ normTitle }}</h3>
|
||||
<a :href="url">Read More</a>
|
||||
<p class="acredits">by <a class="author" :href="authorURL" target="_blank">{{ author }}</a> on </p> <p class="acredits date">{{ date}}</p>
|
||||
<a class="url" :href="url">Read More</a>
|
||||
</div>
|
||||
</article>
|
||||
</template>
|
||||
@ -104,17 +113,17 @@
|
||||
}
|
||||
|
||||
.card-content {
|
||||
padding: 10px;
|
||||
padding: 0 20px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.card-content h3 {
|
||||
margin-top: 5px;
|
||||
height: 90px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.badge-container {
|
||||
margin: 15px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
h3 {
|
||||
@ -139,4 +148,34 @@
|
||||
a:hover {
|
||||
color: var(--vp-c-brand-2);
|
||||
}
|
||||
|
||||
.acredits {
|
||||
margin-top: 10px;
|
||||
display: inline-block;
|
||||
height: 50px;
|
||||
|
||||
font-weight: 300;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.author {
|
||||
display: inline-block;
|
||||
font-weight: 400;
|
||||
text-decoration: none;
|
||||
color: var(--vp-c-brand-2)
|
||||
}
|
||||
|
||||
.date {
|
||||
display: inline-block;
|
||||
font-weight: 400;
|
||||
color: var(--vp-c-brand-2);
|
||||
}
|
||||
|
||||
.url {
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
padding-right: 30px;
|
||||
max-height: 30px;
|
||||
text-align: right;
|
||||
}
|
||||
</style>
|
||||
|
@ -31,6 +31,9 @@
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<slot v-if="posts.length">
|
||||
<h2 v-if="posts.length > 0">All Posts</h2>
|
||||
</slot>
|
||||
<section class="card-container">
|
||||
<Post
|
||||
:image="post.frontmatter.image"
|
||||
@ -38,6 +41,7 @@
|
||||
:tag="post.frontmatter.tag"
|
||||
:url="post.url"
|
||||
:date="post.frontmatter.date"
|
||||
:author="post.frontmatter.author"
|
||||
v-for="post in posts"
|
||||
/>
|
||||
</section>
|
||||
|
@ -4,6 +4,7 @@ import DefaultTheme from 'vitepress/theme'
|
||||
import './style.css'
|
||||
|
||||
import Blog from './components/Blog.vue'
|
||||
import BlogHeaderImage from './components/BlogHeaderImage.vue'
|
||||
|
||||
/** @type {import('vitepress').Theme} */
|
||||
export default {
|
||||
@ -15,5 +16,6 @@ export default {
|
||||
},
|
||||
enhanceApp({ app, router, siteData }) {
|
||||
app.component('blog', Blog)
|
||||
app.component('BlogHeaderImage', BlogHeaderImage)
|
||||
},
|
||||
}
|
||||
|
@ -3,8 +3,9 @@
|
||||
## About
|
||||
|
||||
The `arkanum` container image includes the `arkanum-cli` to manage the current instance and be able to install
|
||||
additional resources. To keep the base image as small as possible we decided not ot include all possible frameworks. This decision also helps to give the use the ability to manage the needed framework versions like for
|
||||
NodeJS or Golang.
|
||||
additional resources. To keep the base image as small as possible we decided not to include all possible frameworks.
|
||||
With this approach the user can decide which frameworks are needed and install it by yourself. This avoids growing
|
||||
the container image size.
|
||||
|
||||
For now the arkanum-cli is made with a simple bash script. But this could change whenever the complexity increases
|
||||
significantly.
|
||||
@ -14,7 +15,7 @@ significantly.
|
||||
To use the cli just open a terminal and call the `arkanum` command. We also added a bash-completion
|
||||
script for the cli.
|
||||
|
||||
<<< @/../arkanum#usage{34-36 bash:line-numbers}
|
||||
<<< @/../arkanum#usage{19-22 bash:line-numbers}
|
||||
|
||||
The first thing you normally after starting your Arkanum instance is setting the git user and email:
|
||||
|
||||
@ -27,6 +28,29 @@ arkanum install golang
|
||||
arkanum install nodejs
|
||||
```
|
||||
|
||||
### Session Handling <Badge type="tip" text="^1.8.0" />
|
||||
|
||||
The session helper simplifies restoring your session after your instance was restarted. You can now save a global
|
||||
session config which contains your needed frameworks installed by `arkanum install`. This wraps multiple install
|
||||
calls and restores your session by running `arkanum session restore`.
|
||||
|
||||
For Example:
|
||||
|
||||
```bash
|
||||
# Create a new session config by adding items
|
||||
arkanum session save lazygit gitea golang
|
||||
# Shows your saved session
|
||||
arkanum session show
|
||||
# Restore your session
|
||||
arkanum session restore
|
||||
# optionally reset / delete your session config
|
||||
arkanum session reset
|
||||
```
|
||||
|
||||
> [!WARNING]
|
||||
> If your run `arkanum session save` multiple times and use the same arguments, they will also be added and
|
||||
> installed multiple times!
|
||||
|
||||
## Referenced Source Files
|
||||
|
||||
::: code-group
|
||||
|
32
docs/guide/components/code-server.md
Normal file
@ -0,0 +1,32 @@
|
||||
# Code Server Customizations
|
||||
|
||||
## About
|
||||
|
||||
The Arkanum image itself depends on the underlying [coder/code-server](https://github.com/coder/code-server) project
|
||||
and the container image provided by
|
||||
[linxuserver/docker-code-server](https://github.com/linuxserver/docker-code-server). To be able to add features and
|
||||
change the behaviour we need to customize either the code-server itself of the docker image creation.
|
||||
|
||||
These are the custimzations we added to build the `arkanum server` and the `arkanum-cli` :
|
||||
|
||||
## Bash Aliases
|
||||
|
||||
You can use the alias `summon` to interact with the code-server instance.
|
||||
|
||||
## Product Images
|
||||
|
||||
We replaces the product image files to math the arkanum branding. See the
|
||||
[code-server/media](https://gitea.ocram85.com/arkanum/arkanum/src/branch/master/code-server/media) folder for the
|
||||
used files.
|
||||
|
||||
## Application Name
|
||||
|
||||
The code-server command provides the ability to change it's name in the title other places.
|
||||
We also use arkanum therefore.
|
||||
|
||||
## Referenced Source Files
|
||||
|
||||
::: code-group
|
||||
<<< @/../Dockerfile#code-server{Dockerfile:line-numbers}
|
||||
<<< @/../code-server/root/etc/s6-overlay/s6-rc.d/svc-code-server/run{bash:line-numbers}
|
||||
:::
|
@ -1,7 +1,9 @@
|
||||
# Packages
|
||||
|
||||
We already include the following packages while building the Arkanum image:
|
||||
We already included the following packages while building the Arkanum image:
|
||||
|
||||
| Name | Description |
|
||||
| ----- | ----------- |
|
||||
| `git` | Git VCS |
|
||||
| Name | Version | Description |
|
||||
| -----: | :---------- | :------------: |
|
||||
| `git` | `2.43.0` | Git VCS |
|
||||
| `file` | `file-5.45` | file type info |
|
||||
| `make` | `4.3` | GNU Make 4.3 |
|
||||
|
@ -33,7 +33,7 @@ Adds [One Dark Pro](https://open-vsx.org/extension/zhuangtongfa/material-theme)
|
||||
|
||||
Adds [vscode-icons](https://open-vsx.org/extension/vscode-icons-team/vscode-icons) extension as default icon theme.
|
||||
|
||||
## Referenced Source Filesq
|
||||
## Referenced Source Files
|
||||
|
||||
::: code-group
|
||||
|
||||
|
@ -1 +1,40 @@
|
||||
---
|
||||
outline: false
|
||||
---
|
||||
|
||||
# 🤔 FAQs
|
||||
|
||||
[[toc]]
|
||||
|
||||
## ❓ Questions
|
||||
|
||||
### How do I upload already existing files?
|
||||
|
||||
You can simply drag & drop existing files from your local browser into the editor tree-view area to upload them.
|
||||
|
||||
### Ho do I interact with Arkanum from the integrated terminal?
|
||||
|
||||
You can use the the `code-server` command from the integrated terminal sessions like bash or pwsh.
|
||||
To reuse the existing session / window and open the current location just run `code-server -r .`
|
||||
|
||||
> [!WARNING] ⚠️ WARNING
|
||||
> The command `code-server` is only available as user, but not as root.
|
||||
|
||||
### How should I start developing? What are my first steps?
|
||||
|
||||
We recommend you take a look at our maintained templates:
|
||||
|
||||
- [Baseline](https://gitea.ocram85.com/Templates/Baseline)
|
||||
|
||||
### How do I install external resources?
|
||||
|
||||
To install external resources you can pass the already set proxy configuration into root a session. Therefore use
|
||||
the `sudo -E` command. Don't forget the `-E` parameter to preserve the proxy config.
|
||||
|
||||
> [!WARNING] ⚠️ WARNING
|
||||
> Additionally we need to restrict the internet access. This causes us run a proxy with an active whitelist filter.
|
||||
> So you could end up getting an `http 403` error.
|
||||
|
||||
### Whats the root password for my Arkanum instance?
|
||||
|
||||
The root password is provided by the container environment variables. Just search for the value of `SUDO_PASSWORD`.
|
||||
|
@ -25,8 +25,8 @@ The container images are also published to these registries:
|
||||
- Pull Endpoint: `ocram85/arkanum`
|
||||
- [GitHub Container Registry](https://github.com/OCram85/arkanum/pkgs/container/arkanum)
|
||||
- Pull Endpoint: `ghcr.io/ocram85/arkanum`
|
||||
- [Codeberg Packages](https://codeberg.org/codeserver/-/packages/container/arkanum/next)
|
||||
- Pull Endpoint: `codeberg.org/codeserver/arkanum`
|
||||
- [Codeberg Packages](https://codeberg.org/arkanum/-/packages/container/arkanum/next)
|
||||
- Pull Endpoint: `codeberg.org/arkanum/arkanum`
|
||||
|
||||
## 🏗️ Installation
|
||||
|
||||
|
@ -16,6 +16,9 @@ hero:
|
||||
- theme: alt
|
||||
text: Show Sources
|
||||
link: https://gitea.ocram85.com/arkanum/arkanum
|
||||
- theme: alt
|
||||
text: 🧑🤝🧑💬 Join the Community
|
||||
link: https://matrix.to/#/#arkanum:matrix.org
|
||||
|
||||
features:
|
||||
- title: Beginner Friendly
|
||||
|
@ -4,6 +4,7 @@ title: 'Working on Arkanum 2.0.0'
|
||||
tag: 'roadmap'
|
||||
image: 'screens/screen1.png'
|
||||
date: '2024-06-06'
|
||||
#featured: true
|
||||
---
|
||||
|
||||
# Working on Arkanum 2.0
|
78
docs/posts/2024/arkanum-v160-release.md
Normal file
@ -0,0 +1,78 @@
|
||||
---
|
||||
aside: false
|
||||
author: OCram85
|
||||
title: 'Arkanum 1.6.0 is released'
|
||||
tag: 'release'
|
||||
image: 'blogCard.png'
|
||||
date: '2024-08-01'
|
||||
#featured: true
|
||||
---
|
||||
|
||||
<!-- markdownlint-disable MD025 MD033 MD036 -->
|
||||
|
||||
# Arkanum 1.6.0 is released
|
||||
|
||||
<BlogHeaderImage Source='/blogCard.png' />
|
||||
|
||||
**Content**
|
||||
|
||||
[[TOC]]
|
||||
|
||||
## About
|
||||
|
||||
I'm happy to present the latest Arkanum release version `1.6.0`.
|
||||
|
||||
This release includes the following changes:
|
||||
|
||||
## Product Image Update
|
||||
|
||||
We updated the Arkanum images to be able to generate the favicons and PWA icons for the code-server image.
|
||||
|
||||
These are the curren image iterations:
|
||||
|
||||
| `pre v1` | `v1++` | `v1.6++` + `v2++` |
|
||||
| :-----------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------: | :----------------: |
|
||||
|  |  |  |
|
||||
|
||||
> [!TIP] 💡 TIP
|
||||
> If you're interested in all variations, you can find the sources at
|
||||
> Canva -> [Arkanum 2.0 Collection](https://www.canva.com/design/DAGMBuM5uTk/mIyXxRbPwS6ZiT7I-MVepQ/view?utm_content=DAGMBuM5uTk&utm_campaign=designshare&utm_medium=link&utm_source=editor)
|
||||
|
||||
## Starting a Matrix Space
|
||||
|
||||
We decided to use Matrix for building the Arkanum community.
|
||||
|
||||
Feel free to join the [public community space](https://matrix.to/#/#arkanum:matrix.org).
|
||||
|
||||
[](https://matrix.to/#/#arkanum:matrix.org)
|
||||
|
||||
We also think about hosting a _Discourse_ or _Apache Answer_ based forum whenever needed. This could help collecting
|
||||
all useful community resources like discussions, FAQs, and guides without searching in a room history.
|
||||
|
||||
## Added Tools <Badge type="tip" text="v1.6.0++" />
|
||||
|
||||
- We added [lazygit](https://github.com/jesseduffield/lazygit) in arkanum-cli.
|
||||
- We also added the bash alias `summon` for _code-server_.
|
||||
|
||||
## Dependencies
|
||||
|
||||
- Updated Code-Server to `v4.91.0`
|
||||
- Updated dependencies used in WoodpeckerCI workflows.
|
||||
|
||||
## Changelog
|
||||
|
||||
### [v1.6.0](https://gitea.ocram85.com/arkanum/arkanum/releases/tag/v1.6.0) - 2024-07-31
|
||||
|
||||
* ✨ FEATURES
|
||||
* Add arkanum branding for code-server (#120)
|
||||
* Add lazygit (#116)
|
||||
* 🛠️ ENHANCEMENTS
|
||||
* Update brand assets (#121)
|
||||
* Migrate codeberg organization to arkanum (#117)
|
||||
* 🤖 DEPENDENCIES
|
||||
* Chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v4.2.0 (#119)
|
||||
* Chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.91.1 (#118)
|
||||
* Chore(deps): update dependency rimraf to v6 (#115)
|
||||
* Chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v4.1.0 (#114)
|
||||
* Add renovate reviewer (#113)
|
||||
* Chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.91.0 (#112)
|
37
docs/posts/2024/arkanum-v170-release.md
Normal file
@ -0,0 +1,37 @@
|
||||
---
|
||||
aside: false
|
||||
author: OCram85
|
||||
title: 'Arkanum 1.7.0 is released'
|
||||
tag: 'release'
|
||||
image: 'blogCard.png'
|
||||
date: '2024-10-22'
|
||||
#featured: true
|
||||
---
|
||||
|
||||
<!-- markdownlint-disable MD025 MD033 MD036 -->
|
||||
|
||||
# Arkanum 1.7.0 is released
|
||||
|
||||
<BlogHeaderImage Source='/blogCard.png' />
|
||||
|
||||
**Content**
|
||||
|
||||
[[TOC]]
|
||||
|
||||
## About
|
||||
|
||||
I'm happy to present the latest Arkanum release version `1.7.0`.
|
||||
|
||||
This release includes the following changes:
|
||||
|
||||
### [v1.7.0](https://gitea.ocram85.com/arkanum/arkanum/releases/tag/v1.7.0) - 2024-10-22
|
||||
|
||||
* 🐛 BUGFIXES
|
||||
* Adds file binary to supplement fix Publish-Module pwsh command. (#132)
|
||||
* 🤖 DEPENDENCIES
|
||||
* Chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v5 (#131)
|
||||
* Chore(deps): update dependency typescript to v5.6.3 (#129)
|
||||
* Chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.93.1 (#127)
|
||||
* Chore(deps): update dependency typescript to v5.6.2 (#126)
|
||||
* Chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.92.2 (#125)
|
||||
* Chore(deps): pin dependencies (#124)
|
57
docs/posts/2024/arkanum-v180-release.md
Normal file
@ -0,0 +1,57 @@
|
||||
---
|
||||
aside: false
|
||||
author: OCram85
|
||||
title: 'Arkanum 1.8.1 is released'
|
||||
tag: 'release'
|
||||
image: 'blogCard.png'
|
||||
date: '2024-12-02'
|
||||
#featured: true
|
||||
---
|
||||
|
||||
# Arkanum 1.8.1 is released
|
||||
|
||||
<BlogHeaderImage Source='/blogCard.png' />
|
||||
|
||||
**Content**
|
||||
|
||||
[[TOC]]
|
||||
|
||||
## About
|
||||
|
||||
I'm happy to present the latest Arkanum release version `1.8.1`.
|
||||
|
||||
We highly encourage you to directly update to version `1.8.1`. This hotfix version already
|
||||
fixes an issue where the embedded FiraCode font couldn't be loaded.
|
||||
|
||||
## New Session Handler
|
||||
|
||||
This version brings you a basic session handler. It includes saving your preferred framework
|
||||
sources and simplifies the restore after an Arkanum restart.
|
||||
|
||||
See the docs for details [here](../../guide/components/arkanum-cli#session-handling).
|
||||
|
||||
## Changes
|
||||
|
||||
This release includes the following changes:
|
||||
|
||||
### [v1.8.1](https://gitea.ocram85.com/arkanum/arkanum/releases/tag/v1.8.1) - 2024-12-02
|
||||
|
||||
- 🐛 BUGFIXES
|
||||
- Fix FiraCode font loader (#147)
|
||||
- 🤖 DEPENDENCIES
|
||||
- Chore(deps): update dependency prettier to v3.4.1 (#148)
|
||||
- Chore(deps): update dependency typescript to v5.7.2 (#145)
|
||||
- Chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.95.3 (#144)
|
||||
- Chore(deps): update oven/bun docker tag to v1.1.38 (#143)
|
||||
|
||||
### [v1.8.0](https://gitea.ocram85.com/arkanum/arkanum/releases/tag/v1.8.0) - 2024-11-21
|
||||
|
||||
- ✨ FEATURES
|
||||
- Add session helper (#141)
|
||||
- 🛠️ ENHANCEMENTS
|
||||
- Move additional packages install to dockerfile (#138)
|
||||
- 🤖 DEPENDENCIES
|
||||
- Chore(deps): update quay.io/linuxserver.io/code-server docker tag to v4.95.2 (#139)
|
||||
- Chore(deps): update dependency vitepress to v1.5.0 (#137)
|
||||
- ⚙️ META
|
||||
- Pin exact bun version (#140)
|
BIN
docs/public/blogCard.png
Normal file
After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 48 KiB |
10
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "arkanum-docs",
|
||||
"version": "1.5.2",
|
||||
"version": "1.8.3",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -8,12 +8,12 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest",
|
||||
"prettier": "^3.2.5",
|
||||
"rimraf": "^5.0.5",
|
||||
"vitepress": "^1.1.0"
|
||||
"prettier": "3.4.2",
|
||||
"rimraf": "6.0.1",
|
||||
"vitepress": "1.5.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
"typescript": "5.7.3"
|
||||
},
|
||||
"scripts": {
|
||||
"docs:clean": "rimraf docs/.vitepress/dist docs/.vitepress/dist",
|
||||
|
@ -1,4 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["local>renovate-bot/config"],
|
||||
"dependencyDashboard": true,
|
||||
"docker": {
|
||||
"enabled": true
|
||||
@ -8,5 +10,7 @@
|
||||
"fileMatch": [
|
||||
"^.woodpecker\/.*.yml$"
|
||||
]
|
||||
}
|
||||
},
|
||||
"reviewers": ["OCram85"],
|
||||
"rangeStrategy": "pin"
|
||||
}
|
||||
|