apcore icon indicating copy to clipboard operation
apcore copied to clipboard

Golang ActivityPub Server Framework

Results 23 apcore issues
Sort by recently updated
recently updated
newest added

Why have you made the decision to tightly couple the framework to a SQL database? An implementor not only has to satisfy the interface requirements of `app.Application` but also `Database`...

Based on my [apcore installation experience](https://gist.github.com/aschrijver/c1f8775e8b0332d1791fa0df10c7b43c) I created a list of possible CLI improvements, on which feedback / discussion is needed. 1. Separate into a normal and an advanced installation...

Based on my [apcore installation experience](https://gist.github.com/aschrijver/c1f8775e8b0332d1791fa0df10c7b43c) I created a list of CLI improvements to PR: - [x] Improve Moo text balloon - [x] Add space after each CLI question (update:...

#63 begins the process of sanitizing fields that are to be displayed in an application. It doesn't cover them all, additional things like `preferredUsername` and `name` and others will also...

feature request

From #56 by @aschrijver: > 6. Dev / Prod mode > > Related to 5. Bootstrapping. For the example the CLI configuration needs a certificate for localhost. But if I...

Branching from #56 by @aschrijver: > 5. Bootstrapping > > (If worth pursuing further this needs to be addressed separately altogether) > > The purpose of example is to showcase...

Branching from #56 by @aschrijver: > 4. Install automation > > (For this I need to know more about what the outcome of the install process is, in terms of...

feature request

This feedback is based on my [apcore example installation](https://gist.github.com/aschrijver/c1f8775e8b0332d1791fa0df10c7b43c) experience. An example of log output of `./example init-db`: ```bash INFO : 2021/01/08 22:07:35.717756 app.go:88: Templates found: INFO : 2021/01/08 22:07:35.717824...

Branching from #56 by @aschrijver: > 1. Normal vs. advanced installation > Many questions will be way over the head of the apcore dev, like 'burst limit'. There should be...

feature request

The following is based on my [gofed apcore example](https://gist.github.com/aschrijver/c1f8775e8b0332d1791fa0df10c7b43c) installation experience. ### Database installation Some suggestions and observations (for separate issues): - [ ] RFC: DB + dbuser creation and...