diff options
author | saturneric <[email protected]> | 2024-08-12 12:39:33 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-08-12 12:39:33 +0000 |
commit | d4e5db7a75f800fd962d342e894290094c250a8b (patch) | |
tree | cf404c6cb3db2164b15cc367c298c425e51c818a | |
parent | fix: desktop-lite set vnc and web ports (diff) | |
download | GpgFrontend-d4e5db7a75f800fd962d342e894290094c250a8b.tar.gz GpgFrontend-d4e5db7a75f800fd962d342e894290094c250a8b.zip |
fix: make post adjustments
-rw-r--r-- | .devcontainer/devcontainer.json | 25 | ||||
-rw-r--r-- | README.md | 3 |
2 files changed, 12 insertions, 16 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 069d137e..6aded987 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -13,21 +13,14 @@ "features": { "ghcr.io/devcontainers-contrib/features/zsh-plugins:0": {}, "ghcr.io/nils-geistmann/devcontainers-features/zsh:0": {}, - "ghcr.io/devcontainers/features/desktop-lite:1": { - "password": "vscode", - "webPort": "6080", - "vncPort": "5901" - } - }, - "forwardPorts": [6080, 5901], - "portsAttributes": { - "5901": { - "label": "VNC" - }, - "6080": { - "label": "Web VNC" - } + "ghcr.io/devcontainers/features/desktop-lite:1": {} }, + "forwardPorts": [6080], + "portsAttributes": { + "6080": { + "label": "desktop" + } + }, "customizations": { "vscode": { "extensions": [ @@ -45,8 +38,10 @@ ] }, "settings": { + "C_Cpp.intelliSenseEngine": "disabled", "clangd.path": "/usr/bin/clangd" } }, - "postCreateCommand": "bash .devcontainer/post-create.sh" + "postCreateCommand": "bash .devcontainer/post-create.sh", + "runArgs": ["--shm-size=1g"] } @@ -5,6 +5,7 @@ [](https://www.codacy.com/gh/saturneric/GpgFrontend/dashboard?utm_source=github.com&utm_medium=referral&utm_content=saturneric/GpgFrontend&utm_campaign=Badge_Grade) [](https://app.fossa.com/projects/git%2Bgithub.com%2Fsaturneric%2FGpgFrontend?ref=badge_small) [](https://github.com/saturneric/GpgFrontend/actions/workflows/release.yml) +[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/saturneric/GpgFrontend) GpgFrontend is a free, open-source, robust yet user-friendly, compact and cross-platform tool for [OpenPGP](https://www.openpgp.org/) encryption. It @@ -99,7 +100,7 @@ Feel free to dive in! [Open an issue](https://github.com/saturneric/GpgFrontend/issues/new) or submit PRs if you prefer to use GitHub. For anonymous users, Git patches can be delivered by [mail](mailto:[email protected]). If you don't have a GitHub account or prefer not -to register, you are welcome to communicate with me via email at +to register, you are welcome to communicate with me via email. [Contributing Guide](https://www.gpgfrontend.bktus.com/appendix/contribute) |