mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-10 06:04:15 +00:00
Use HTTPS repository link for devcontainer (#837)
* Use HTTPS repository link for devcontainer The SSH repository link means you need to be set up with a key, have already accepted the github.com host key. Cloning via HTTPS requires less steps. * Update devcontainer.json * Update requirements.txt
This commit is contained in:
parent
baa3d5596d
commit
8544137a31
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
// README at: https://github.com/devcontainers/templates/tree/main/src/python
|
// README at: https://github.com/devcontainers/templates/tree/main/src/python
|
||||||
{
|
{
|
||||||
"name": "Python 3",
|
"name": "Python 3",
|
||||||
"image": "mcr.microsoft.com/devcontainers/python:0-3.10",
|
"image": "mcr.microsoft.com/devcontainers/python:3.11",
|
||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/devcontainers/features/node:1": {}
|
"ghcr.io/devcontainers/features/node:1": {}
|
||||||
},
|
},
|
||||||
|
|
|
@ -117,7 +117,7 @@ make format
|
||||||
|
|
||||||
### DevContainers
|
### DevContainers
|
||||||
|
|
||||||
This repository also supports DevContainers: [![Open in Remote - Containers](https://img.shields.io/static/v1?label=Remote%20-%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=git@github.com:sissbruecker/linkding.git)
|
This repository also supports DevContainers: [![Open in Remote - Containers](https://img.shields.io/static/v1?label=Remote%20-%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/sissbruecker/linkding.git)
|
||||||
|
|
||||||
Once checked out, only the following commands are required to get started:
|
Once checked out, only the following commands are required to get started:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue