notea-org / notea

📒 Self hosted note taking app stored on S3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it any chance for you to add an extension for uploading the images to SMMS directly instead of S3?

chenryace opened this issue · comments

so happy for you to keep going to this poject.

I have used the notea since about 2 years ago, I appriciate it a lot and thanks cinwell.
I run the 3.6 notea by the docker in my host about 1 year, but it finally crashed without doing any thing when I login to my page .
Fortunely, I backup my files. But it is very dificult for me to figure out where my images are in my context.
Furthermore, I try a lot of free S3 hosting, and I found a bug that images storing in S3 is very easy to crash the tree building except the self-deployed minio.
Therefore, I suggest add an extension for uploading the images to SMMS directly instead of S3. It is clear to the tree building and reduce the cost of S3, it is easier to the authors copy the context to other platfroms. Certainly, some of the users value the images are privacy, who can choose not to upload the images to the SMMS.

BTW,recently, I found there are 2 versions uploaded in dockerhub and I try the one named mian now. Hopefully, it comes to be stable.

Cheers for your contribution!!

commented

To clarify, by "SMMS" you mean sm.ms?

To clarify, by "SMMS" you mean sm.ms
yes, or others images hosting. thanks for your reply!

commented

I have been wanting to improve the image system for a while since it's highly lacking.
In fact, if it was to my liking (which I will get to work on at some point, but I'm busy with other things), it'd be a generic system where you could upload images (or just any files, which is #164) or use a link to the image itself (which allows external images, for example SMMS).
That'll have to wait a bit though, because I am very busy.

I have been wanting to improve the image system for a while since it's highly lacking. In fact, if it was to my liking (which I will get to work on at some point, but I'm busy with other things), it'd be a generic system where you could upload images (or just any files, which is #164) or use a link to the image itself (which allows external images, for example SMMS). That'll have to wait a bit though, because I am very busy.

Thank you very much!! I fully understand it may takes a lot while to make it. It is priority for you to live in your life.
According to #164 , sound like that is a huge job.
How about a seperated bucket to keep those? It is coming to be compicated, which looks like an internal files-manager system. But it maybe easier to code. A seperated documents may ask the users to rebuild their file-tree.
Personally, I don't think #164 is a good idea which make the notea hard to keep simple and clean. My first impression to notea is a web-hosting Typora, not a wikijs or wordpress. But I fully support you can optimize it to be simple and clean.
BTW,the image hosting idea actually is from the typora addons. : )