-
In the interest of security, we really shouldn't be passing all of our configuration - especially the sensitive stuff like passwords and API keys and such - as environment variables. This was origina…
-
- Replace the current local Room SQLite database to a live-server database solution.
1. Look into either using Firebase Realtime Database, AWS RDS, or Google Cloud Firestore for the live-server imp…
-
### What is the bug related to?
Registry Core
### What went wrong?
The public and private keys used to sign the issued credentials are part of the public repo [here](https://github.com/Sunbir…
-
## Description
Fixing Shobita's Details in Community.md
## Goals
- [x] Goal 1
## Expected Outcome
![image](https://github.com/Code4GovTech/C4GT/assets/116670999/88a35063-b021-4a12-b8ac-80c132…
-
To make best project, I think It's better to invastigate other similar courier exchange platforms.
Invastigation report can be showed like below and something.
- https://courierexchange.co.uk
…
-
What is it you want to learn? What specific scenarios are you interrested in? Comment below 👇
-
Here is how Nginx can be configured to reverse proxy to Jupyter:
```
location / {
proxy_pass http://jupyter;
proxy_set_header X-Real-IP $remote_addr;
…
-
### Which version of kubefirst are you using?
2.2.2
### Which cloud provider?
AWS, Civo, DigitalOcean, Google Cloud, Vultr
### Which installation type?
CLI
### Which distributed Git provider?
N…
-
It works wonderfully but when I create new user connection he/she can share it to everyone
is there any way to prevent users to connect at same time with single account ?
-
Currently clients need to handle resource creation themselves (e.g. "give me this huggingface resource so I can run my test." This means they have to know the implementation details of the resource th…