AzuraCast is a self-hosted, all-in-one web radio management suite. Using its easy installer and powerful but intuitive web interface, you can start up a fully working web radio station in a few quick minutes.

Best posts made by jeau
-
AzuraCast a simple, self-Hosted web radio
-
Kimai — time-tracking
Kimai is a free open source timetracker. It tracks work time and prints out a summary of activities on demand. Yearly, monthly, daily, by customer, by project, by action, etc.
-
Mavo - A new, approachable way to create Web applications
Create complex, reactive, persistent web applications by just writing HTML & CSS, without a single line of JavaScript and no server backend.
Developed in the Haystack Group at MIT CSAIL and led by Lea Verou.While reading Slingcode - Personal computing platform in a single HTML file thread launched by @atrilahiji , I thought about Mavo and the experimental development I did for Sandstorm.
I implemented a storage backend and added some stufs, like code éditing, multi pages with shared header and footer, and Sandstorm roles integration. It's writing with GO and you can test it outside Sandstorm.
The same way, with some help, I can adapt it to Cloudron to develop a generic app to create web apps "à la carte".
-
RE: Sending emails doesn't work
I found a solution. Inside the .env file, I uncommented and activated the option:
ALLOW_MAIL_NOTIFICATIONS=true
and it works well.
It activates also the password reset.
Maybe this option should be enabled in the packaging of this application.
-
Polis
Polis is an AI-powered conversation platform used by companies, governments, nonprofits, and political parties around the world to inform decision-making. Polis combines quantitative and qualitative methods with advanced statistical methods to function as a state-of-the-art social research tool.
Polis works by creating a “conversation” that participants engage with by adding their opinions and voting on the opinions of others. This is the sort of data usually collected through time-consuming and expensive community forums, interviews, or focus groups.
Then machine learning methods uncover patterns in real-time—mapping out the entire conversation by visualizing correlations between opinions and participants, sorting participants into opinion groups, and surfacing areas of consensus and divisiveness.
-
RE: What do you do?
I am in charge of publishing and communication for a centre of scientific, technical and industrial culture located in France.
-
Mirador, a multi-window image viewing platform
Mirador is a configurable, extensible, and easy-to-integrate IIIF image viewer, which enables image annotation and comparison of images.
It would be great if Omeka could offer some tools for managing heritage contents. So as a complement of the Omeka Classic app and the Omeka S app we begun packaging a Mirador app. Feel free to test them.
-
RE: AzuraCast a simple, self-Hosted web radio
See also LibreTime, an open broadcast software for scheduling and remote station management.
LibreTime is a fork of AirTime due to stalled development of the FLOSS version.
-
RE: Decidim : Open-Source participatory democracy for cities and organizations
I installed decidim for a collective of citizens for the local elections of my city in France (Poitiers).
It's a really powerfull software that can be used by small and big entities.
In France, there are also more and more installations.
https://club.decidim.opensourcepolitics.eu/assemblies/Decidim/f/202/ -
RE: Connecting Ownpad (Nextcloud application) to an Etherpad app
it works fine,
sorry @girish I should have read the Etherpad Cloudron app doc and also the Ownpad one, because I have to enable the detection of pad mimetype by NextCloud https://github.com/otetard/ownpad/#mimetype-detection.
In the terminal, I copied
/app/code/resources/config/mimetypemapping.dist.json
to/app/data/config/mimetypemapping.json
and then I added in this file
pad'': ["application/x-ownpad"],
we could add this information to the Cloudron documentation of the NextCloud app, next time I'll read it
Latest posts made by jeau
-
RE: How to rsync files into surfer
@nebulon @thetomester13 I think you're right, there are several ways to do it
-
RE: How to rsync files into surfer
@nebulon I have an ongoing project with two requests from the team:
- automatically generate a catalog from remote files,
- get an updated static site on github
I can easily make a script to do this inside the Surfer app if this script can be launched periodically
-
RE: How to rsync files into surfer
On the other hand, is ther a way to run a cron job inside a Surfer app?
-
RE: AzuraCast a simple, self-Hosted web radio
@sirfichi Me too
but AzuraCast serve only audio
-
RE: embed a secure and public chat in a web page
@jdaviescoates thanks, I'll try that
-
embed a secure and public chat in a web page
Do you know a way to embed a secure and public chat in a web page? Is there a Cloudron application (in the store or in development) that allows this?
Maybe, I could use a wordpress site with a plugin associate with a service. Ideally an app Cloudron service
-
RE: Mavo - A new, approachable way to create Web applications
@robi probably you're right, but I still use Sandstorm from time to time for my teams and projects and I always find the features of Sandstorm interesting. Some guys are continuing the development slowly but a lot of applications are really outdated.
-
RE: Mavo - A new, approachable way to create Web applications
@robi sure
However, some problems need to be resolved with authentication and management of code and data publishing rights. Sandstorm's integration is fairly intuitive and simple with inherit user permissions and grains sharing.
-
Mavo - A new, approachable way to create Web applications
Create complex, reactive, persistent web applications by just writing HTML & CSS, without a single line of JavaScript and no server backend.
Developed in the Haystack Group at MIT CSAIL and led by Lea Verou.While reading Slingcode - Personal computing platform in a single HTML file thread launched by @atrilahiji , I thought about Mavo and the experimental development I did for Sandstorm.
I implemented a storage backend and added some stufs, like code éditing, multi pages with shared header and footer, and Sandstorm roles integration. It's writing with GO and you can test it outside Sandstorm.
The same way, with some help, I can adapt it to Cloudron to develop a generic app to create web apps "à la carte".