Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
breadchris committed Feb 14, 2024
1 parent 21d522f commit 48f939f
Show file tree
Hide file tree
Showing 335 changed files with 519 additions and 24,146 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
yq: "4.16.2"

- name: Docker Build
run: docker build . -t lunabrain
run: docker build . -t justshare

# - if: ${{ !(github.event_name == 'push' && github.ref == 'refs/heads/main') }}
# run: exit 0
Expand Down Expand Up @@ -53,10 +53,10 @@ jobs:
# echo SERVER_IMAGE_ID=$SERVER_IMAGE_ID
# echo VERSION=$VERSION
#
# docker tag lunabrain $SERVER_IMAGE_ID:$VERSION
# docker tag justshare $SERVER_IMAGE_ID:$VERSION
# docker push $SERVER_IMAGE_ID:$VERSION
#
# yq -i e ".services.lunabrain.image |= \"$(docker inspect --format='{{index .RepoDigests 0}}' $SERVER_IMAGE_ID:$VERSION)\"" docker-compose.prod.yaml
# yq -i e ".services.justshare.image |= \"$(docker inspect --format='{{index .RepoDigests 0}}' $SERVER_IMAGE_ID:$VERSION)\"" docker-compose.prod.yaml
# - name: Create commit
# id: create-commit
# if: github.ref == 'refs/heads/main'
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
tmp/
.lunabrain.yaml
.idea/
data/
node_modules/
Expand All @@ -25,6 +24,6 @@ venv3.*/
*.egg
*.egg-info/

.lunabrain.yaml
.justshare.yaml
chat.yaml
openaif.json
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "third_party/whisper.cpp"]
path = third_party/whisper.cpp
url = https://github.com/lunabrain-ai/whisper.cpp.git
url = https://github.com/justshare-io/whisper.cpp.git
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# LunaBrain
# justshare

Build shared context with you and your homies.

[![LunaBrain Demo](docs/assets/images/demo.png)](https://www.youtube.com/live/UoRi3Fqh6Jg?si=CQVxzNWAqL6KOMa1&t=268 "LunaBrain Demo")
[![justshare Demo](docs/assets/images/demo.png)](https://www.youtube.com/live/UoRi3Fqh6Jg?si=CQVxzNWAqL6KOMa1&t=268 "justshare Demo")

### Library
- To use LunaBrain as a Go library, refer to the [documentation](https://pkg.go.dev/github.com/lunabrain-ai/lunabrain) (Note: This code is still like pre-alpha, so the API is subject to change)
- To use justshare as a Go library, refer to the [documentation](https://pkg.go.dev/github.com/justshare-io/justshare) (Note: This code is still like pre-alpha, so the API is subject to change)

## License

LunaBrain is licensed under the Apache 2.0 license. See the `LICENSE` file for more details.
justshare is licensed under the Apache 2.0 license. See the `LICENSE` file for more details.

## Getting Started

To get started with LunaBrain, follow these steps:
To get started with justshare, follow these steps:

### Setup Repo

```shell
git clone --recursive https://github.com/lunabrain-ai/lunabrain.git
git clone --recursive https://github.com/justshare-io/justshare.git
```

### Running
Expand Down Expand Up @@ -60,7 +60,7 @@ go generate -x ./...

## Contributing

We welcome contributions to LunaBrain! To contribute, please follow these steps:
We welcome contributions to justshare! To contribute, please follow these steps:

1. Fork the repository
2. Create a new branch for your feature
Expand Down
2 changes: 1 addition & 1 deletion buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: v1
managed:
enabled: true
go_package_prefix:
default: github.com/lunabrain-ai/lunabrain/pkg/gen
default: github.com/justshare-io/justshare/pkg/gen
plugins:
- plugin: buf.build/protocolbuffers/go
out: ./pkg/gen
Expand Down
6 changes: 3 additions & 3 deletions deploy/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: '3.6'
services:
lunabrain:
# image: ghcr.io/lunabrain/lunabrain
justshare:
# image: ghcr.io/justshare/justshare
build:
context: ..
hostname: lunabrain
hostname: justshare
ports:
- "80:8080"
volumes:
Expand Down
11 changes: 0 additions & 11 deletions docs/.editorconfig

This file was deleted.

4 changes: 0 additions & 4 deletions docs/.eslintignore

This file was deleted.

31 changes: 0 additions & 31 deletions docs/.eslintrc.json

This file was deleted.

5 changes: 0 additions & 5 deletions docs/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions docs/.markdownlint-cli2.jsonc

This file was deleted.

3 changes: 0 additions & 3 deletions docs/.stylelintignore

This file was deleted.

48 changes: 0 additions & 48 deletions docs/.stylelintrc.json

This file was deleted.

112 changes: 0 additions & 112 deletions docs/CHANGELOG.md

This file was deleted.

Loading

0 comments on commit 48f939f

Please sign in to comment.