Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Cloudron Forum

Apps | Demo | Docs | Install
S

seeker

@seeker
About
Posts
123
Topics
30
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

    Planka - A Trello-like Kanban board React/Redux
  • S seeker

    Not sure how it compares... but thought I would add it:

    A Trello-like kanban board built with React and Redux.
    Features

    https://github.com/plankanban/planka
    Demo:https://plankanban.github.io/planka/#/
    https://planka.app/


  • Remotely (remote desktop management)
  • S seeker

    Remote control -Remote scripting- Scheduled Scripts - Integrated chat

    Remotely Open Source
    https://remotely.one/
    https://github.com/immense/Remotely

    How It Works

    The Remotely client has two parts: the service and the remote control. The service is responsible for maintaining a persistent connection to the server and executing remote commands. The remote control is launched as needed for remote control sessions.

    Both applications make outgoing websocket connections over secure SSL/TLS protocol. Because the connections are outgoing, you don't need to open any ports in your firewall, and the service won't accept any incoming connections.

    The Remotely service will register with your Remotely organization ID, which is generated when you create your account or join an existing organization. On the first connection, the service generates a separate unique ID and sends it to the server. Upon each subsequent connection, the server must send back that ID before anything else, or else the service will uninstall itself immediately. This is an additional layer of security that ensures the service is communicating with the original server.

    Users and computers are grouped into an organization, and they can't interact with resources outside their organization. Microsoft's Identity framework is used for all login and authentication to verify users.

    Notable Features
    • Support for Windows and Linux devices
    • Unattended and attended access
    • Remote scripting for Windows PowerShell, PowerShell Core, Bash, and CMD
    • Optional WebRTC for secure peer-to-peer screen transfer on Windows agents, which reduces load on the server
    • Drag-and-drop file transfer
    • Remote audio streaming (Windows only)
    • Bi-directional clipboard sharing
    • Custom branding for desktop apps
    • Integrated chat
    • Scheduled scripts
    • Device alerts
    • 2-factor authentication

    Does not work on MAC.


  • ChiefOnboarding
  • S seeker

    to watch... Slack heavy..
    https://github.com/chiefonboarding/chiefonboarding
    https://chiefonboarding.com/

    "ChiefOnboarding is a free and open source employee onboarding platform. You can onboarding new hires through Slack or the dashboard."


  • Libre Speed Speedtest
  • S seeker

    Self-hosted Speedtest for HTML5 and more. Easy setup, examples, configurable, mobile friendly. Supports PHP, Node, Multiple servers, and more

    Not sure if there are other open source alternatives
    https://github.com/librespeed/speedtest
    https://hub.docker.com/r/adolfintel/speedtest/


  • Story maps
  • S seeker

    This looks interesting
    https://github.com/Esri/storymap-tour


  • BlueSpice (extending mediawiki)
  • S seeker

    https://bluespice.com/products/bluespice-free/
    BlueSpice
    Built ontop of Mediawiki but for businesses
    From website:
    Your software for modern knowledge management.
    Your company knowledge is a success factor in global competition. We help you to secure and organize this knowledge and to further develop it collaboratively.
    https://bluespice.com/products/


  • Egroupware The Online Teamwork Tool +Video Learning
  • S seeker

    Not sure how this compares, but it has a nice video learning and video commenting module that could be very useful.

    https://github.com/EGroupware/egroupware/wiki
    https://www.egroupware.org/en/egroupware-applications

    "EGroupware offers an online calendar for appointment management, contact management with CRM, tasks, emails and project management, as well as an online file server..... supplemented by the integration of chat, video conferencing and remote desktop modules to create a sophisticated home office solution."

    What looked particularly interesting is the:
    " Video-based learning with smallPART

    smallPART is an application where you can learn directly “in the video”. Pupils or students can ask questions or give feedback directly in the video. Marking in the image is also possible without any effort.

    Use recordings from online lessons for structured video-based learning.

    New: Integration of single, multiple and open questions for tests and exams"

    There are two videos about it here (in German) :

    Posting here so it is in the Wishlist library. Not sure how it compares to others.


  • Calla.chat Virtual Meetups through Jitsi
  • S seeker

    Thought people might be interested in this. I would be itnerested in similar projects.

    From Site:
    "Break out of the box

    Traditional "grid of faces" teleconferencing is designed for presentations, not conversations. The presentation and audio processing prioritize one speaker over all others. All participant voices sound like they are coming from the same, disembodied location. Everyone is lined up in a rigid grid, like you're facing down a tribunal interrogation. "
    https://www.calla.chat/
    https://github.com/capnmidnight/Calla


  • Notion-like FOSS app
  • S seeker

    @yusf
    My understanding is that anytype .io is similar to Notion. The developers say they plan to open source it after they release it.
    It is built on IPFS. You can check out a video here:

    I have no affiliation. I just stumbled upon it and have been awaiting its release. If it lives up to the hype, I hope to somehow use it with cloudron


  • What's coming in 5.1
  • S seeker

    @girish and all, Thanks fr all the hard work!


  • moodleNet - open social media platform for educators
  • S seeker

    Nice find.
    Been a while since I checked in with moodle. Did not know what moodlenet was. Found this walk through helpful

    Also very curious about Moodlework (also new)


  • Joplin: feature rich note taking and to-do application
  • S seeker

    Thought I would add this here. As many who use Joplin are using it to replace Evernote which has OCR. This looked like a way of getting some ocr capabilities with joplin. In Markdown as well.

    File Uploader and OCR

    The text below is taken from the thread linked above:

    Kellerjustin writes
    "I built a command line companion application to supplement Joplin. The app monitors a directory you specify; when new files are created in the directory, it automatically uploads the file as text or an attachment (depending on file type) to a new note in Joplin. The app performs OCR on images and PDFs, and the text is dropped into the note as a comment. An image preview is also created for PDFs. The app requires Python 3.7 and is available on Github 371 and PyPI 38. Hope you like it!"


  • Zulip - Powerful open source group chat
  • S seeker

    Interesting... Labeling substreams with topics seems interesting to me. Tags can get confusing. Having used email, I think people would be able to use topics as they are closer to email subject headings.

    A couple of videos about Zulip:

    Introduction from a teacher using it with students

    CEO of Zulip – Tim Abbott (INTERVIEWED)


  • Language Tool (from languagetool.org)
  • S seeker

    Wow this would be pretty cool. At one point it had a thunderbird extension. But it looks like it suffered from Mozilla's moved to web-extensions
    https://forum.languagetool.org/t/firefox-extension-port-to-thunderbird/207


  • Omeka - platform for digital cultural heritage web publishing
  • S seeker

    @jeau Agreed
    There is also Scalar
    https://guides.library.illinois.edu/scalar


  • Twake
  • S seeker

    Looks interesting. Has anyone played with it outside of cloudron? It is on product hunt today https://www.producthunt.com/posts/twake-2-0

    From the producthunt post::
    "Twake
    Hello hunters! 👋

    We are so excited to share our next major release of Twake. Before we begin, thank you for your help!! 🙏 We've improved our platform based on your feedback.

    We built Twake to facilitate team collaboration. You might be struggling to work remotely and get your projects completed by deploying multiple tools like Teams, slack, gdrive, trello etc.
    Now, with Twake, you can do all your work at one place and it is 100% open source. 🤩

    What we updated :
    📱 Mobile app
    🌟 Improved channel management ️
    ✍️ WYSIWYG message editor
    🗃 Better file storage system
    🛠️ CMD+K (yahouu!!)
    💡 And much more....

    We still have :
    🚀 Quick and easy to use with all your tools in one platform
    🗣️ Chat with your team through channels or direct chat
    🗄️ Share and store your files with our drive
    ✍️ Collaborate in real-time on your files
    📌 Organize your tasks to kickstart and track your projects
    👥 Share your workspace with external partners
    🇪🇺 All your data is secured, encrypted and hosted on European servers
    👐 Open source and self-hostable with code available on GitHub github.com/linagora/twake

    Thank you!"


  • Twake
  • S seeker

    @ianhyzy thanks for reporting back about your experiences. Appreciate it


  • Rukovoditel: Project Management, CRM, EDR, Helpdesk
  • S seeker

    Rukovoditel: Project Management, CRM, EDR, Helpdesk

    Had never heard of this. Has been around and actively developed for the past 6 years. Seems similar to Oodo.

    Open source. But extensions cost $250

    Available in PHP but there is a beta docker available that came out earlier this year.
    https://docs.rukovoditel.net/
    https://github.com/filipmilasinovic/RukovoditelInDocker

    Additional links:
    Website: https://www.rukovoditel.net/
    docs: https://docs.rukovoditel.net/
    forum: https://forum.rukovoditel.net/
    youtube videos: https://www.youtube.com/channel/UCbXEsRUcjqf668FHyjqK9fQ/videos


  • Community Site Ideas
  • S seeker

    Anyone have any experience running a community site on Cloudron? I am looking to provide the tools for a community to collaborate and plan projects within the community. It would be great if there was the ability to co-learn and co-teach as well. Something that offers much of the utility of Odoo/Flectra but with the feel and openness of Loomio.

    I would like people to be able to congregate in online in workgroups with access to tools (scheduling, documents, chat (voice and video), create small knowledge bases based on the work they are doing. Share the product of their effort with the broader community. Being able to stream would be great as well. Thoughts?


  • Notion-like FOSS app
  • S seeker

    @will Yeah, I agree. I have been waiting for their beta. As for another possibility- there is also Tiddlywiki. Years ago the hurdle was collaboration. I wonder if they have solved that with a plugin or something

  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Login

  • Don't have an account? Register

  • Login or register to search.