Porównaj commity

...

3 Commity

Autor SHA1 Wiadomość Data
Xeronith d7d2804b24 docs(project): 📝 update readme 2023-06-14 21:02:34 +03:30
Xeronith d8811a49bf feat(config): 🔧 update default configurations 2023-06-14 21:02:23 +03:30
Xeronith 4e9a359239 chore(project): ⬆️ upgrade dependencies 2023-06-14 21:01:29 +03:30
5 zmienionych plików z 12 dodań i 4 usunięć

Wyświetl plik

@ -5,7 +5,11 @@
<img style="width:150px" src="https://raw.githubusercontent.com/reiver/greatape/master/assets/media/greatape-logo.png" />
[![image](https://img.shields.io/badge/Go-00A7D0?style=for-the-badge&logo=go&logoColor=white)](https://go.dev) [![image](https://img.shields.io/badge/ActivityPub-DD307D?style=for-the-badge&logoColor=white)](https://www.w3.org/TR/activitypub/) [![image](https://img.shields.io/badge/JSON--LD-FF6600?style=for-the-badge&logo=json&logoColor=white)](https://json-ld.org) [![image](https://img.shields.io/badge/PostgreSQL-40668D?style=for-the-badge&logo=postgresql&logoColor=white)](https://www.postgresql.org)
[![image](https://img.shields.io/badge/Go-00A7D0?style=for-the-badge&logo=go&logoColor=white)](https://go.dev)
[![image](https://img.shields.io/badge/ActivityPub-DD307D?style=for-the-badge&logoColor=white)](https://www.w3.org/TR/activitypub/)
[![image](https://img.shields.io/badge/JSON--LD-FF6600?style=for-the-badge&logo=json&logoColor=white)](https://json-ld.org)
[![image](https://img.shields.io/badge/PostgreSQL-40668D?style=for-the-badge&logo=postgresql&logoColor=white)](https://www.postgresql.org)
![image](https://img.shields.io/badge/Docker-2391E6?style=for-the-badge&logo=docker&logoColor=white)
**greatape** is a free **social audio & video** social-media platform that can be used via an app.

Wyświetl plik

@ -1,5 +1,7 @@
# development, staging, production
environment: development
allowed_origins:
- http://localhost:*
server:
fqdn: yourdomain.com

Wyświetl plik

@ -1,5 +1,7 @@
# development, staging, production
environment: development
allowed_origins:
- http://localhost:*
server:
fqdn: yourdomain.com

2
go.mod
Wyświetl plik

@ -8,7 +8,7 @@ require (
github.com/robfig/cron v1.2.0
github.com/sendgrid/sendgrid-go v3.12.0+incompatible
github.com/valyala/fastjson v1.6.4
github.com/xeronith/diamante v1.9.3
github.com/xeronith/diamante v1.9.4
google.golang.org/protobuf v1.28.1
)

4
go.sum
Wyświetl plik

@ -62,8 +62,8 @@ github.com/valyala/fastjson v1.6.4/go.mod h1:CLCAqky6SMuOcxStkYQvblddUtoRxhYMGLr
github.com/valyala/fasttemplate v1.2.1/go.mod h1:KHLXt3tVN2HBp8eijSv/kGJopbvo7S+qRAEEKiv+SiQ=
github.com/valyala/fasttemplate v1.2.2 h1:lxLXG0uE3Qnshl9QyaK6XJxMXlQZELvChBOCmQD0Loo=
github.com/valyala/fasttemplate v1.2.2/go.mod h1:KHLXt3tVN2HBp8eijSv/kGJopbvo7S+qRAEEKiv+SiQ=
github.com/xeronith/diamante v1.9.3 h1:NxidAoxUMiOT10fihcFNzTODNWKMDCXR+jP3l3H4tEY=
github.com/xeronith/diamante v1.9.3/go.mod h1:DSw8TsKcdU+Lg+cmgx8aDjRbu2NSOcJRQtialnKHoOU=
github.com/xeronith/diamante v1.9.4 h1:KiyTHqV23MJ2nP5UXuyVXuZ8NcOQ0bZfPBXwMUQSH1Y=
github.com/xeronith/diamante v1.9.4/go.mod h1:DSw8TsKcdU+Lg+cmgx8aDjRbu2NSOcJRQtialnKHoOU=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=