Stany MARCEL
Stany MARCEL
Hello, Sorry for the late reply I was kind of busy on other subjects. I'll update my PR to address your comments. For the use case LDAP is mandatory for...
Yes I understood, but I might not be the only user that want to use a bookmark manager in a professional environment with a ldap server or more generally a...
I'll try to re-base and rework this feature soon if some people are interested in it. My use case is to have a same database for a whole team to...
Here is a proposition of configuration to be discussed ```toml version = 1 # config version [serve] port = 8080 [sql] driver = "sqlite3" # possible values "sqlite3", "mysql", "postgres",...
Hello, The use case is to have some people in my organization that can edit the bookmarks in a group (owner) and all other ones connect as visitor. The main...
Hello, I made a [PR](https://github.com/go-shiori/shiori/pull/149) on this subject. I also added a Dockerfile. I made some unit test on the config part but not yet on the LDAP part, I...
Hello, You're welcome. Dont' worry there is no hurry for the review and congratulation for your wedding. Regards,
Hello, I made a new PR #249 without the config part, no all LDAP configuration are given with environment vars. You could reject the older one #149. Regards,
I not yet looked at your changes is this PR useful anymore ?
If needed I can look at it again but don't know yet if @deanishe still want to rework the sql.