List of apps working with LAMP ?
-
yt-dlp is another one
on a similar note, I'm running a 11ty website on a Surfer instance in Cloudron, and I'm curious about the other Cloudron users.
-
yt-dlp is another one
on a similar note, I'm running a 11ty website on a Surfer instance in Cloudron, and I'm curious about the other Cloudron users.
@SansGuidon i am using typingmind a rich ui for openai and claude models on surfer
-
This sounds like another good use case for a LAMP App Installer to go along with @timconsidine CCAI app.
Something like providing credentials and a scripted install configures the app and restarts LAMP App when done for further config.
-
I wanna give a try to https://radicle.xyz p2p git protocol and I managed to install the radicle-explorer. But that was actually the easy part ^^
Preamble: install a LAMP server and put the RAM GB up, otherwise Vite won't be able to build the site. Then, from the terminal move to the data foldercd .. cd data/
& start the installation
git clone https://rosa.radicle.xyz/z4V1sjrXqjvFdnCUbxPFqd5p4DtH5.git radicle-explorer cd radicle-explorer/ cd config/ cp default.json local.json cd .. npm install VITE_RUNTIME_CONFIG=true npm run build cd .. cp radicle-explorer/build/* public/
It's now up and running the online explorer of to the default radicle seeds: rosa.radicle.xyz; seed.radicle.xyz; iris.radicle.xyz
Settings
cp radicle-explorer/config/default.json public/config.json nano public/config.json
-
The Atheos IDE works perfectly as well. Basically one has only to unszip the repo into
app/data/public/
wget https://github.com/Atheos/Atheos/archive/refs/tags/v601.tar.gz tar -xvzf v601.tar.gz mv Atheos-601/* public/ rm -r Atheos-601 chown -R www-data:www-data public/*
-
Hello. Does it make sense to put together a list of apps which can be installed with the LAMP app; maybe in combination with a link to the setup instructions ?
I managed to get these working once:
@mononym said in List of apps working with LAMP ?:
Does it make sense to put together a list of apps which can be installed with the LAMP
Theoretically and technically speaking any PHP / MySQL app will install and work quite well on LAMP instances. It's pretty well done and thus very easy to install PHP apps and even HTML/CSS/JavaScript. Though what's missing on Cloudron right now, I believe, is to be able to run Node.JS instances.
So, making a "list" of what WE have tested and tried that work well on LAMP is quite interesting, however starting to list all apps that could or would run on Cloudron is getting onto an exhausting task, and list of apps to no end...
For my part, I've installed and it runs well on LAMP SEOPanel that could be added to that list.
Cheers!
-
@mononym said in List of apps working with LAMP ?:
Does it make sense to put together a list of apps which can be installed with the LAMP
Theoretically and technically speaking any PHP / MySQL app will install and work quite well on LAMP instances. It's pretty well done and thus very easy to install PHP apps and even HTML/CSS/JavaScript. Though what's missing on Cloudron right now, I believe, is to be able to run Node.JS instances.
So, making a "list" of what WE have tested and tried that work well on LAMP is quite interesting, however starting to list all apps that could or would run on Cloudron is getting onto an exhausting task, and list of apps to no end...
For my part, I've installed and it runs well on LAMP SEOPanel that could be added to that list.
Cheers!