Milindu Sanoj Kumarage
Milindu Sanoj Kumarage
I'm developing a product which uses this amazing Offline Plugin. But I have a little issue, most probably me messing with the configs, please help me. Users are complaining they...
# Description This is to make Bassa available as a Helm chart for users who are interested in installing Bassa on their Kubernetes clusters. # Motivation and Context This will...
**Is your feature request related to a problem? Please describe.** Create a Helm Chart to make installing Bassa on Kubernetes easy. **Describe the solution you'd like** Users should be able...
**Describe the bug** in the Bassa frontend code, it is hardcoded to send the requests to the 'localhost:5000/api'. This needs the Bassa API running on the user's localhost, which is...
https://github.com/scorelab/Bassa/blob/b7668b90fc4e703a3313e21e62d6115b9fbd5e1c/ui/nginx.conf#L3 Helm is using release name as a prefix for the service names to enable the ability to deploy multiple instances of an application. However, as the service DNS is...
https://github.com/scorelab/Bassa/blob/b7668b90fc4e703a3313e21e62d6115b9fbd5e1c/scripts/kubernetes/manifests/api_and_aria2c/deployment.yml#L30 https://github.com/scorelab/Bassa/pull/828/files#diff-16a3a975467f18ae05c8a74a608e5ad0R24-R30 ``` env: - name: BASSA_DB_NAME value: 'Bassa' - name: BASSA_DB_USERNAME value: 'bassa' - name: BASSA_DB_PASSWORD value: 'bassa@1234' ``` We are using these in multiple pods, better we move...
Let's make Bassa runnable in small Raspberry Pis! Bassa on Pi ;) Then we can make this a household utility which runs on the local wifi and downloads the stuff...
How about we snapshot test Bassa? WDYT? @malithsen @rehrumesh @JaDogg @charithccmc Ref : https://izifortune.com/snapshot-testing-angular-applications/
I created a new wiki page for [Troubleshooting](https://github.com/scorelab/Bassa/wiki/Troubleshooting) Let's tag this thread in all the installation and setting up errors, thus we can see the most common errors and their...
We should make the deployment of Bassa easy as much as possible. Having deployment scripts for different platforms would make this process easy. I suggest adding deployment scripts for following...