3.0 coming?
-
Discourse by now needs redis 6.2 or higher. Cloudron does not yet ship that version, so this app update relies on the redis addon update first. So this will be earliest with Cloudron 7.4 then.
https://meta.discourse.org/t/skip-redis-version-check/218480/5
-
@nebulon said in 3.0 coming?:
Discourse by now needs redis 6.2 or higher. Cloudron does not yet ship that version, so this app update relies on the redis addon update first. So this will be earliest with Cloudron 7.4 then.
https://meta.discourse.org/t/skip-redis-version-check/218480/5
OK thanks. Then I install the chat plugin as before and look forward to Cloudron 7.4 and then Discourse 3.x
-
@girish said in 3.0 coming?:
@hollosch https://github.com/discourse/discourse/tree/main/plugins/chat maybe ? One thing is it doesn't seem to be there in the 2.8 tree. So, it may or may not work standalone.
In the web terminal following error:
fatal: repository 'https://github.com/discourse/discourse/tree/main/plugins/chat/' not found
-
That is definitely the correct link:
https://meta.discourse.org/t/discourse-chat/230881
https://github.com/discourse/discourse/tree/main/plugins/chat -
@jdaviescoates @girish But there ist NO git-repository for the-chat-plugin...
-
@hollosch said in 3.0 coming?:
@jdaviescoates @girish But there ist NO git-repository for the-chat-plugin...
I don't understand what you mean?
What is this then https://github.com/discourse/discourse/tree/main/plugins/chat if it isn't a git repository for the chat plugin?
-
@jdaviescoates said in 3.0 coming?:
@hollosch said in 3.0 coming?:
@jdaviescoates @girish But there ist NO git-repository for the-chat-plugin...
I don't understand what you mean?
What is this then https://github.com/discourse/discourse/tree/main/plugins/chat if it isn't a git repository for the chat plugin?
I can't use this for installing the chat-plugin!
-
@hollosch said in 3.0 coming?:
I can't use this for installing the chat-plugin!
That's true. I wonder why not?
@staff is the Cloudron Discourse app package coded to only expect github repositories in the format https://github.com/org/repository/ or is it Discourse itself expecting that format? or is there some other problem?
(aside: I guess these posts about installing the chat plugin should be moved to their own thread given it's nothing to do with Discourse 3.0)
My guess: Discourse itself is expecting https://github.com/org/repository/ but in Discourse 3.0 this isn't a plugin that needs installing and is just part of Discourse itself, and so until we get Discourse 3.0 on Cloudron (which we can't have until Cloudron 7.4 because it needs Redis 6.2 or above) we can't use this plugin
Although I guess you could try using the old repo https://github.com/discourse/discourse-chat that might still work, but I wouldn't bet on it (although it was only just archived this month and was most recently updated in Nov last year, so could possibly maybe still work?)
(so maybe these posts about the Discourse Chat plugin don't need to move to their own thread because it kinda is directly related to 3.0)
-
@jdaviescoates I used this fork: https://github.com/thommierother/discourse-chat
But it doesn_t work for my cloudron-installation
-
@jdaviescoates said in 3.0 coming?:
Although I guess you could try using the old repo https://github.com/discourse/discourse-chat
it's more up to date than the fork you tried
-
@jdaviescoates But in this repo there is no plugin-content
I'll wait for the 3.0 release at cloudron...
-
@nebulon said in 3.0 coming?:
Discourse by now needs redis 6.2 or higher. Cloudron does not yet ship that version, so this app update relies on the redis addon update first. So this will be earliest with Cloudron 7.4 then.
https://meta.discourse.org/t/skip-redis-version-check/218480/5
@nebulon @girish Do you know a release date for Cloudron 7.4 ?
-
@hollosch said in 3.0 coming?:
@nebulon said in 3.0 coming?:
Discourse by now needs redis 6.2 or higher. Cloudron does not yet ship that version, so this app update relies on the redis addon update first. So this will be earliest with Cloudron 7.4 then.
https://meta.discourse.org/t/skip-redis-version-check/218480/5
@nebulon @girish Do you know a release date for Cloudron 7.4 ?
Should be by the end of the month (as per a post by @girish about PenPot which has been packaged by also requires redis 6)
-
@hollosch still working on it. Unfortunately, we hit a bit of a roadblock. In 7.4, we are upgrading the docker image to use latest ubuntu and also updating databases to meet the requirements of apps. One such thing is updating Mongo DB 5.0 .
Mongo DB 5.0 requires AVX support - https://github.com/docker-library/mongo/issues/485 and https://www.mongodb.com/community/forums/t/mongodb-5-0-cpu-intel-g4650-compatibility/116610 . It straight up crashes on servers without AVX. From our testing, netcup v-servers don't have AVX. So, we need to figure some way.
I will create a new thread to check how many might be affected.
-
@BrutalBirdie 7.4 should be out next week which should make discourse 3 possible. Finally, got the box code end to end tests pass just now!
-
@girish said in 3.0 coming?:
@BrutalBirdie 7.4 should be out next week which should make discourse 3 possible. Finally, got the box code end to end tests pass just now!
v7.3.6 is currently still running...