Indeed they're back when they login with OIDC, thanks for the tips. This ticket can be closed I think.
Zoldir
Posts
-
User accounts disapearing when updating NextCloud package from 4.23.4 to 5.0.4 -
Max upload size ?Hello there,
One of my pdf is not converted when using the Pdf to Word function. It doesn't gives any error while uploading or converting, but the generated zip given at the end is empty.
As I don't have any error during conversion, can it be related to it's size ? (6,2 Mo (~ 49,6 Mb))
-
Unable to access Rails Console from web terminalAs described in the documentation here (https://docs.cloudron.io/apps/gitlab/#rails-console), if I log as git user with
su git
and then
bundle exec rails c -e production
gives me the following error :
`/home/git` is not writable. Bundler will use `/tmp/bundler20240220-1318-vc5wvk1318' as your home directory temporarily. bundler: command not found: rails Install missing gem executables with `bundle install`
Here is the output for "ls -la" on the folder git :
drwxr-xr-x 1 git git 4096 Feb 7 16:50 git
This is a fresh install, there is nothing imported yet inside my instance. I was initially trying to reset the admin password to be able to import another gitlab into this one, without success.
-
Authorship color issue since 3.7 updateSince 3.7, when authorship color is turned on, owned texts has by default the same color as the background and cannot be read if the author if you don't not manually change your color each time you open a pad.
It also shows "false" in the username wether you're logged in or not.
Plugin installed (all up-to-date):
adminpads2
align
cloudron
embedded_hyperlinks2
font_color
headings2
image_upload
table_of_contents -
Cannot log in through cmd line after updateSince last update, we cannot log in with our Cloudron credentials through cmd line.
Tried with both username name and email address with same result :
"remote: HTTP Basic: Access denied. The provided password or token is incorrect or your account has 2FA enabled and you must use a personal access token instead of a password. See https://git.agencealpine.io/help/topics/git/troubleshooting_git#error-on-git-fetch-http-basic-access-denied" -
Authorship color issue since 3.7 updateHey, the issue seems to be resolved after updating
Thank you ! -
Language setting making the app crashHello there,
Since last update, it looks like the language setting (in /admin/settings : "padOptions": { "lang": "en-us"}) makes the app crash.
When I try to change by "fr" or "fr-fr" and restart the container, it's stuck for few minutes at the starting stage.
When the service come back online, the lang is back to en-us in padOptions.Is there another setting or place to change language ? Like /app/data/settings.json but not documented in the Cloudron docs ?
-
Onlyoffice often not respondingHello there,
I've got two instances of OnlyOffice running, connected to two Nextcloud, and one of them is regularly “not responding”. I must restart the app and also sometimes save the settings within NC conf to force back the connection.
The NC instance is only used by few people working on pretty light documents.
The current resources setting on Cloudron side is "Memory limit : 2Gb" and "CPU Shares : 50 %".
I suspected some out of memory thing, but the average RAM usage in the last 7 days is around 500 mb and CPU also very low.So here are my two questions :
- What's the average resources setting would you recommend in this case ?
- When the instance is stuck in "not responding" state, is there anywhere I can find some information about what is going on ?
Thanks in advance
-
User accounts disapearing when updating NextCloud package from 4.23.4 to 5.0.4From 4.23.4 NextCloud package version, I can see 21 user accounts from /settings/users
After updating to 5.0.4, this number goes down to 7.The user folders are still visible while navigating though the file manager, but not here anymore through NC.
What I tried so far :
-
Updating the container to the last available update
-
Running these commands :
sudo -u www-data php -f /app/code/occ user:list
-> Give the same list as NC /settings/userssudo -u www-data php -f /app/code/occ files:scan <username>
-> With a username that disappeared -> Username not found
Any help would be appreciated
-