Can we expect PicoCMS on Nextcloud 26 or higher?

Dear community,

I am a happy Pico CMS for Nextcloud user and always liked the light weight integration of a flat file CMS into the Nextcloud.

However, the current state of “being stuck” with NC 25 obviously can’t last forever.

Are there any predictions / any news about the Pico CMS app still being maintained / not being maintained anymore? It would be very helpful to know.

Thanks in advance,
Greetings from Germany,

Martin

3 Likes

I’m also interested in this, any updates?

1 Like

This has been brought up a number of times.

Long story short:
Dev does not have time. Plus, they perceive that numerous, under the hood changes are eventually going to be required in order to make it even viable, medium term in order to work with NC’s new Vue.js changes that are non-backwards compatible. Which they are very and highly likely unable to do, or do not want to, do due to previous mentioned reason.

There are some breaking changes you might be able to fix via light hacking, but they do not guarantee full or future usability and they would have to be applied on every update. These can be found in their Github.

If you are an end usre who only wants for it to just work, it would be wiser to either stay in your working environment for as long as you can, and/or simply look for a different solution. Otherwise, you will be left waiting for a number of “what if’s” to line up.

I used it briefly for a while and could see this outcome was likely to be the case and dropped using it since I did not want to be having to apply changes every time I updated… Perhaps this might be your best end goal, too.

1 Like

In general pico cms works in Nextcloud 27 and 28.
The problem is in the admin page of pico, by default it is impossible to add new themes and plugins.
But method described here works well enough: Custom Pico theme selection does not list themes after upgrade to NC26 (and hacky workaround) · Issue #237 · nextcloud/cms_pico · GitHub
You just need to edit file js/admin.js file and in the line 205 replace .tooltip(‘dispose’) with .tooltip(‘destroy’)

4 Likes

… and it still works in NC 29.

1 Like

Yes, i also got it working smoothly.

1 Like

I would be very interested on how to either migrate oder update bei Pico-CMS to NC 29. I couldbn’t get Pico-CMS not running on a higher version than 26

1 Like

I have it running on 30. It is not supported and reports some errors. However it works and those errors is not important.

1 Like

What I did was to follow the recipe mentioned where I alters a single line.

You just need to edit file js/admin.js file and in the line 205 replace .tooltip(‘dispose’) with .tooltip(‘destroy’)

1 Like

What have you tried so far?

I Need to set up an extra jail with nc 30 First and install the pico cms Plugin so I won’t spoil my running instance

This topic was automatically closed after 25 days. New replies are no longer allowed.