-
I was wondering if there is any way to support binding to a particular IP address or if you might be able to address that in a future release? I have multiple domains on a single dedicated server wit…
-
Is it possible to add non-admin users that only can edit the content and can't change the system settings?
Thanks in advance
-
values in fields for select repeaters and tags end up being merged/copied into one another in some scenarios
example where it can be reproduced:
```go
package content
import (
"fmt"
"git…
-
I get the following error when trying to get and build ponzu:
```
# github.com/ponzu-cms/ponzu/cmd/ponzu/vendor/golang.org/x/net/http2
src/github.com/ponzu-cms/ponzu/cmd/ponzu/vendor/golang.org/x…
-
So there I was, in a random directory, trying to initialize ponzu....
```
11:23@try_cms(master)$ pwd
/Users/pi/code/workspace/try_cms
11:23@try_cms(master)$ ponzu new .
Path exists, overwrite…
-
Hi, I wanted to know if this project uses "fasthttp" router or default "net/http"
Also, is there any benchmark against other framework like "golang gramework" or "golang kataras/iris" ?
Thanks
-
@nilslice i already have an API system, i expect the CMS system can connect to my existing DB(mysql), and take the existing tables(models) as the entities, to manage the content. Seems Ponzu doesn't s…
-
Much like the backups for uploads and databases, we need to add a backup handler for the `search` directory which is created and updated by the full-text search feature.
To keep in-line with the cu…
-
This uses the code on the wiki.
The bug is with the "item" field name :)
this script fails:
````
REPO_TARGET=github.com/ponzu-cms/test03
GO_TARGET=$GOPATH/src/$REPO_TARGET
echo "RE…
ghost updated
7 years ago
-
Good day, thank you for ponzu and sorry for the stupid question, but how to correctly implement "github.com/pressly/chi" for non /admin /api pages?
ghost updated
7 years ago