AppFlowy
-
wrote on Mar 22, 2024, 1:27 PM last edited by
I think I will try to package this application next
Simply waiting for my other app to be accepted, so I can improve my packaging -
wrote on Apr 26, 2024, 5:49 AM last edited by
I saw Appflowy on github and tried it for a bit. The UI is very beautiful.
Just wondering if notion has a good data security?
I have all my doc stored on notion right now.
If it is not secure, I will switch to self-hosting note-taking app. -
I saw Appflowy on github and tried it for a bit. The UI is very beautiful.
Just wondering if notion has a good data security?
I have all my doc stored on notion right now.
If it is not secure, I will switch to self-hosting note-taking app. -
wrote on Jun 30, 2024, 5:13 AM last edited by
After the advent of AI, every company is data hungry and will not hesitate to use every data it has and gains access to, to use it to train its LLMs.
-
@taowang The question isn't so much whether Notion is secure or not (let's assume it's reasonably secure), the real question is whether or not it's trustworthy (let's assume it's not).
wrote on Jul 3, 2024, 10:13 PM last edited by@taowang The question isn't so much whether Notion is secure or not (let's assume it's reasonably secure), the real question is whether or not it's trustworthy (let's assume it's not).
This is exactly how one should see its stuff hosted on Big Tech services, unless you own the server.
-
After the advent of AI, every company is data hungry and will not hesitate to use every data it has and gains access to, to use it to train its LLMs.
wrote on Jul 3, 2024, 10:17 PM last edited byAfter the advent of AI, every company is data hungry and will not hesitate to use every data it has and gains access to, to use it to train its LLMs.
I don't think this came with the advent of AI though, it's the exact business model of many Big Tech with their 'free' services (and even for paid, I would never put sensitive documents on 360, never).
-
wrote on Aug 8, 2024, 7:09 PM last edited by
This is now on 0.6.6
https://www.appflowy.io/what-is-new
https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.6.6Here are Docker instructions:
https://docs.appflowy.io/docs/appflowy/install-appflowy/installation-methods/installing-with-docker -
-
wrote on Sep 10, 2024, 8:36 AM last edited by
+1 for this app
-
wrote on Sep 10, 2024, 10:06 AM last edited by
@fenohery upvote the original post
-
wrote on Sep 10, 2024, 3:30 PM last edited by
Someone more familiar with packaging Cloudron apps would be able to answer better than me. However, I find that whenever a
docker-compose.yml
is involved, it is probably hard to move the app to Cloudron.https://github.com/AppFlowy-IO/AppFlowy-Cloud/blob/main/docker-compose.yml
In this case:
- It wants
nginx
. That might be avoidable, or it might be serving static assets/code for the app. - It wants
minio
. This could probably be accommodated by requiring users to runminio
on their Cloudron before installing this. - It wants
postgres
, which might be able to be leveraged from the internal stack. - It wants
redis
. Again, possibly from the default stack... I can't remember. gotrue
is an auth component fromsupabase
. This will need its own container, and may (or may not) play nice with the SMTP/OAuth running on Cloudron.appflowy_cloud
is the hosted app. It wants its own container, and configuration information for all of the services included.admin_frontend
has its own Dockerfile. I haven't looked. Looks like more things.ai
. I have no idea. It looks like it wants some kind of OpenAI. This is getting heavy in terms of resources.appflowy_history
is... another Dockerfile. Looks like a rust application that has been Dockerized.
The problem, I think, is that Cloudron assumes/is structured such that applications run as single containers. The compose is suggesting that this application has a number of independent components. Perhaps those could be bundled up/run separately... but, it might be a real trick to make work.
This isn't to say it isn't possible, but that's what I see that needs to run, and it isn't clear to me that this is an easy app architecture to move over to Cloudron. YMMV, etc.
- It wants
-
M marcusquinn referenced this topic on Sep 26, 2024, 2:13 AM
-
wrote on Oct 13, 2024, 1:31 PM last edited by
+1 for Appflowy. Very very high value added.
-
Someone more familiar with packaging Cloudron apps would be able to answer better than me. However, I find that whenever a
docker-compose.yml
is involved, it is probably hard to move the app to Cloudron.https://github.com/AppFlowy-IO/AppFlowy-Cloud/blob/main/docker-compose.yml
In this case:
- It wants
nginx
. That might be avoidable, or it might be serving static assets/code for the app. - It wants
minio
. This could probably be accommodated by requiring users to runminio
on their Cloudron before installing this. - It wants
postgres
, which might be able to be leveraged from the internal stack. - It wants
redis
. Again, possibly from the default stack... I can't remember. gotrue
is an auth component fromsupabase
. This will need its own container, and may (or may not) play nice with the SMTP/OAuth running on Cloudron.appflowy_cloud
is the hosted app. It wants its own container, and configuration information for all of the services included.admin_frontend
has its own Dockerfile. I haven't looked. Looks like more things.ai
. I have no idea. It looks like it wants some kind of OpenAI. This is getting heavy in terms of resources.appflowy_history
is... another Dockerfile. Looks like a rust application that has been Dockerized.
The problem, I think, is that Cloudron assumes/is structured such that applications run as single containers. The compose is suggesting that this application has a number of independent components. Perhaps those could be bundled up/run separately... but, it might be a real trick to make work.
This isn't to say it isn't possible, but that's what I see that needs to run, and it isn't clear to me that this is an easy app architecture to move over to Cloudron. YMMV, etc.
wrote on Oct 14, 2024, 4:33 PM last edited by@jadudm so what you're saying is implementing docker-compose into Cloudron would fix this and a ton of other use cases....🫡
- It wants
-
wrote on Oct 20, 2024, 6:40 PM last edited by
+1 for this app, waiting so much to have it on cloudron
-
wrote on Oct 20, 2024, 7:27 PM last edited by
Seems like we may have missed this new Self-Hosted cloud version named AppFlowy Cloud.
https://docs.appflowy.io/docs/guides/appflowy/self-hosting-appflowy
https://github.com/AppFlowy-IO/AppFlowy-Cloud/blob/main/doc/DEPLOYMENT.mdWhile waiting for apps to be added to Cloudron, hopefully folks at least take the time to experiment by yourself and try to install the app yourself first on another server, that you might learn a thing or two, and eventually come to integrate apps to Cloudron yourself
-
Seems like we may have missed this new Self-Hosted cloud version named AppFlowy Cloud.
https://docs.appflowy.io/docs/guides/appflowy/self-hosting-appflowy
https://github.com/AppFlowy-IO/AppFlowy-Cloud/blob/main/doc/DEPLOYMENT.mdWhile waiting for apps to be added to Cloudron, hopefully folks at least take the time to experiment by yourself and try to install the app yourself first on another server, that you might learn a thing or two, and eventually come to integrate apps to Cloudron yourself
wrote on Nov 3, 2024, 1:30 AM last edited by Dont-Worry Nov 3, 2024, 1:30 AM@micmc I tried, many times actually. Never managed to make it work by myself. Maybe I'm stupid.. This is why I use cloudron..
-
wrote on Feb 14, 2025, 7:47 PM last edited by
+1 for AppFlowy
-
wrote on Feb 14, 2025, 11:41 PM last edited by marcusquinn Feb 14, 2025, 11:41 PM
Updated the screenshots above, as it's developed a lot since I first posted this.
Does seem like a very high value win if we can get this packaged here.