@3246 said in [Guide] How to migrate an existing Nextcloud instance to Cloudron:
Hi all, just moving back to Cloudron after a few months on Nextcloud AIO for reasons I leave to your imagination
How was AIO though? Did fulltext search etc. really work out of the box?
@girish As a user in the role of an administrator, you should always provide your login data with additional security features.
[image: 1717783768766-60f775b7-5c78-4da9-8e62-68a2143769de-image.png]
To be fair: I completely forgot about the 2fa requirement for displaying the admin menu item.
@3246 Just had a quick look . It seems the script gets injected in the pages using <script defer type="text/javascript" src="https://xxx/dist/custom.js"></script> at the very top. If you put alert('foo'); then it shows it all the pages. But the issue as you found is that the gallery page and individual photo page don't have the footer element. The footer is only in albums page it seems. I guess you have to ask upstream about this design/layout.
@3246 said in Castopod unable to change admin password:
copying my super secure password from my password safe to the two fields
That's your problem right there
@3246 said in Castopod unable to change admin password:
What gives?
You put the old password in the first field and the new password in the second (as it is indeed labelled):
[image: 1701463694843-4c3c9fc1-a460-4b92-8750-019b30b234bc-image.png]
@3246 very strange, I just tried a restore of Cloudron with SSFS now and it works. Not sure what's the best way to proceed here, but if you are blocked by this, can you write to support@cloudron.io and we can debug fruther ?
If you know some SQL, you can navigate around the database . show tables and then select * from <tablename> , show create table <tablename> are some commands to know. But these things are very specific to each app and each app's database keeps changing for every release. It would be hard to track these changes via docs.
@jdaviescoates Yes it's something else. But works well and I have never encountered any problems with Nextcloud and file permissions. This is my setup:
[image: 1737355754539-screenshot-2025-01-20-at-07.44.48-resized.png]
[image: 1737355754702-screenshot-2025-01-20-at-07.45.02-resized.png]
[image: 1737355754960-screenshot-2025-01-20-at-07.47.23.png]
@3246 OK, so this was not do with php.ini. piwigo's default config shows errors and it overrides the php.ini config.
Put this at the top of the file (after <?php line) in /app/data/local/config/config.inc.php:
$conf['show_php_errors'] = '';
$conf['show_php_errors_on_frontend'] = false;
@nebulon thanks. I have not set it, no.
I tried removing the file and restarted but it crashed again. So I deleted all the .json files and it now works
Description: Exception in server tick loop
java.lang.NullPointerException: Cannot invoke "com.google.gson.JsonArray.iterator()" because "$$1" is null
https://hypernia.com/minecraft-exception-in-server-tick-loop/
@andreasdueren said in How to recover TURN server secret?:
@3246 Just restart the app, it should automatically reconfiger itself. Unfortunatelyβ¦
D'oh! So simple that I totally forgot about it doing that
Thanks!
@3246 itβs stories/situations like these where Cloudron can benefit the most by ironing out any bugs and optimizing things to account for all possible scenarios, user fault or otherwise.