aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-08-12 12:39:33 +0000
committersaturneric <[email protected]>2024-08-12 12:39:33 +0000
commitd4e5db7a75f800fd962d342e894290094c250a8b (patch)
treecf404c6cb3db2164b15cc367c298c425e51c818a
parentfix: desktop-lite set vnc and web ports (diff)
downloadGpgFrontend-d4e5db7a75f800fd962d342e894290094c250a8b.tar.gz
GpgFrontend-d4e5db7a75f800fd962d342e894290094c250a8b.zip
fix: make post adjustments
-rw-r--r--.devcontainer/devcontainer.json25
-rw-r--r--README.md3
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"]
}
diff --git a/README.md b/README.md
index 67851e15..3425e4a6 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/d1750e052a85430a8f1f84e58a0fceda)](https://www.codacy.com/gh/saturneric/GpgFrontend/dashboard?utm_source=github.com&utm_medium=referral&utm_content=saturneric/GpgFrontend&utm_campaign=Badge_Grade)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fsaturneric%2FGpgFrontend.svg?type=small)](https://app.fossa.com/projects/git%2Bgithub.com%2Fsaturneric%2FGpgFrontend?ref=badge_small)
[![Build & Package](https://github.com/saturneric/GpgFrontend/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/saturneric/GpgFrontend/actions/workflows/release.yml)
+[![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](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)