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


Skip to content

App Wishlist

1.8k Topics 16.1k Posts

Propose and vote for apps to be packaged

  • Wiby Personal Search Engine

    2
    1
    4 Votes
    2 Posts
    497 Views
    robiR
    Installation I can only provide manual install instructions at this time. Note that while the software is functionally complete, it is still in beta. Anticipate that some bugs will be discovered now that the source is released. Ensure that you isolate the search engine from your other important services, and if you are running parts of it out of your home, keep the servers on a separate VLAN. Make sure this VLAN cannot access your router or switch interface. Continue this practise even when the software reaches "1.0". If you have created a "LAMP", or rather a "LEMP" server before, this isn't much more complicated. If you've never done that, I suggest you find a "LEMP" tutorial. Build a LEMP server Digital Ocean tutorials are usually pretty good so here is a link to one for Ubuntu 20 and Ubuntu 22. For the sake of simplicity, assume all instructions are for Ubuntu 20 or 22. If you are on a different distro, modify the install steps accordingly to suit your distro. If you don't have a physical server, you can rent computing space by looking for a "VPS provider". This virtual computer will be your reverse proxy, and if you want, it can host everything else too. Install the following additional packages: apt install build-essential php-gd libcurl4-openssl-dev libmysqlclient-dev golang git Get Wiby Source Files Download the source directly from Wiby here, or from GitHub. The source is released under the GPLv2 license. Copy the source files for Wiby to your server. Compile the crawler (cr), refresh scheduler (rs), replication tracker (rt): gcc cr.c -o cr -lmysqlclient -lcurl -std=c99 -O3 gcc rs.c -o rs -lmysqlclient -std=c99 -O3 gcc rt.c -o rt -lmysqlclient -std=c99 -O3 If you get any compile errors, it is likely due to the path of the mysql or libcurl header files. This could happen if you are not using Ubuntu. You might have to locate the correct path for curl.h, easy.h, mysql.h, then edit the #include paths in the source files. Build the core server application: The core application is located inside the go folder. Run the following commands after copying the files over to your preferred location: For Ubuntu 20: go get -u github.com/go-sql-driver/mysql For Ubuntu 22 OR latest Golang versions: go install github.com/go-sql-driver/mysql@latest go mod init mysql go get github.com/go-sql-driver/mysql go build core.go go build 1core.go If you are just starting out, you can use '1core'. If you are going to setup replication servers or you are using a computer with a lot of available cores, you can use 'core', but make sure to read the scaling section. If you want to use 1core on a server separate from your reverse proxy server, modify line 37 of 1core.go: replace 'localhost' with '0.0.0.0' so that it accepts connections over your VPN from your reverse proxy. You can also use index.php in the root of the www directory and not use the Go version at all. Though the PHP version is used mainly for prototyping.
  • WTTR Weather

    1
    3 Votes
    1 Posts
    443 Views
    No one has replied
  • SeaTable - Speadsheet meets database

    25
    13 Votes
    25 Posts
    11k Views
    timconsidineT
    @LoudLemur said in SeaTable - Speadsheet meets database: NoCoDB, which is Free Software and billed as a SeaTable alternative Last time I checked, SeaTable was better than NocoDB or Baserow.
  • Payroll Engine - Build your own payroll solution

    1
    1 Votes
    1 Posts
    434 Views
    No one has replied
  • AodeRelay

    fediverse relay aoderelay
    12
    0 Votes
    12 Posts
    5k Views
    mhgcicM
    @doodlemania2 said in AodeRelay: @mhgcic we have a pretty tight set of principles we follow. Doesn't mean stuff doesn't get through, but we take action pretty fast depending on the severity of the situation Thanks, we will take a look.
  • Goat Counter

    4
    8 Votes
    4 Posts
    2k Views
    Sam_ukS
    Came here to upvote
  • Serge - LLaMa made easy 🦙 - self-hosted AI Chat

    18
    2
    8 Votes
    18 Posts
    12k Views
    L
    @robi said in Serge - LLaMa made easy 🦙 - self-hosted AI Chat: @lars1134 the tests I've run in a LAMP app allows these to run in less than 5GB RAM (depending on model) using the right combo of sw all on CPU only. Awesome, I will definitely look into that today and tomorrow. Thank you for the inspiration . I will let you know how things went for me.
  • Open Web Analytics

    2
    2 Votes
    2 Posts
    864 Views
    robiR
    Ohh the heatmaps would be useful! Here's the Github link: https://github.com/Open-Web-Analytics/Open-Web-Analytics
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    9 Views
  • Misskey

    misskey fediverse
    8
    6 Votes
    8 Posts
    3k Views
    mhgcicM
    @girish Thank you ever so much, nope we are not a bot. We are a non-profit, and we use Cloudron to connect people with disabilities, housebound and much more using technology and the internet. Thank you for the upvote, helps very much.
  • Lemmy: Federated alternative to reddit

    28
    20 Votes
    28 Posts
    10k Views
    mhgcicM
    We would like to see this as well.
  • Nebula from Slack - open-source overlay networking tool - Mesh VPN

    9
    5 Votes
    9 Posts
    6k Views
    V
    There is new open source solution based on nebula with friendly WEB GUI from shieldoo.io - see https://github.com/shieldoo/shieldoo-mesh-docker-compose
  • Leantime

    Locked Solved
    25
    19 Votes
    25 Posts
    12k Views
    nebulonN
    Locking this as the app package is published. The new forum section is at https://forum.cloudron.io/category/171/leantime
  • Tor Node from App Store

    3
    2 Votes
    3 Posts
    1k Views
    robiR
    https://support.torproject.org/apt/tor-deb-repo/
  • Maloja - your self hosted music scrobbler

    10
    11 Votes
    10 Posts
    6k Views
    necrevistonnezrN
    @jdaviescoates runs in Wine
  • Jdenticon on Cloudron

    2
    4
    3 Votes
    2 Posts
    735 Views
    fbartelsF
    https://jdenticon.com/ is the address of the project it seems. One of these two things does not fit to the other however: @LoudLemur said in Jdenticon on Cloudron: avoid using that email address as the seed for the identicon, as it can be extracted from the image. identicon An Identicon is a visual representation of a hash value, usually of an IP address, that serves to identify a user of a computer system as a form of avatar while protecting the users' privacy. Wikipedia But overall https://jdenticon.com/ looks like a project that can be integrated into an project, but does not really seem to be something to run standalone as a cloudron app.
  • open-xchange - groupware

    17
    11 Votes
    17 Posts
    7k Views
    KubernetesK
    I found a promissing Dockerfile in this Github Project Even if the Project is 4 years old, the version is not so much lower than the current version.
  • 2 Votes
    2 Posts
    1k Views
    L
    +1 for instant.io It works well. WebRTC (Web Real Time Communication) is the same way FilePizza and Jirrafeau use too, I think. When I investigated instant a while back, it was the option I preferred to use. I can't remember why I liked it more than the others. If you try this with random people, they sometimes have WebRTC disabled in their browser and if the transfer is failing for them, I would probably check this first.
  • Linshare FOSS alternative to WeTransfer/DropBox etc

    7
    4 Votes
    7 Posts
    4k Views
    jdaviescoatesJ
    @LoudLemur said in Linshare FOSS alternative to WeTransfer/DropBox etc: Instead of uploading a file and being provided a link to share that's how Jirafeau (that we've already got on Cloudron) works
  • Cloudreve - Self-hosted file management and sharing system

    13
    5 Votes
    13 Posts
    5k Views
    timconsidineT
    OK, thanks for the feedback which is educational for me.