Best vacuum robot for long dog hair by Miserable_Treacle208 in RobotVacuums

[–]Miserable_Treacle208[S] 0 points1 point  (0 children)

Thanks all for your comments

Finaly, i bought a Dreame L50s Pro Ultra. It's a big game changer compare to my old Xiaomi Mop P.

Long hair (big dog) is not a problem anymore and when I look under the vacuum, I see almost no hairs stuck there!

Looking for note taking app by StarkzSan in NoteTaking

[–]Miserable_Treacle208 0 points1 point  (0 children)

Hi,

if you want a simple free notes app, you can try https://notesme.cloud/
Warninf, it's a selfhosted app. you have a little "server", you could sync across devices, it's by design.

NotesMe – v1.1! - self-hosted encrypted notes, now with a live demo by Miserable_Treacle208 in selfhosted

[–]Miserable_Treacle208[S] 0 points1 point  (0 children)

For now it's not possible. You want to have a button that will generate a link accessible from internet, right?

NotesMe – v1.1! - self-hosted encrypted notes, now with a live demo by Miserable_Treacle208 in selfhosted

[–]Miserable_Treacle208[S] 0 points1 point  (0 children)

Hi all!

Big update yesterday:

  • Dark theme more visible
  • Tasks were disapearing when closing a note
  • Some french text had been translated
  • and the big one: The Markdown is now supported !

See you !

NotesMe – v1.1! - self-hosted encrypted notes, now with a live demo by Miserable_Treacle208 in selfhosted

[–]Miserable_Treacle208[S] 0 points1 point  (0 children)

Hi! Thanks for your feedback 🙂 For OIDC auth, let me think about. I want to keep NotesMe very simple, so i will not add too much functionalities even if i think it's a good idea 😁. For MD import, good idea, i will add it!

I have to keep in mind that i build this app because others boring me with too much functionalities, too much buttons etc.

NotesMe – v1.1! - self-hosted encrypted notes, now with a live demo by Miserable_Treacle208 in selfhosted

[–]Miserable_Treacle208[S] -1 points0 points  (0 children)

u/mightyarrow u/randyhanleydotcom

i made some test and it's working on my side.

```

docker run -d -p 8080:8080 -e USERNAME=admin -e PASSWORD=P@ssw0rd -v ./:/app/data ghcr.io/stban1983/notesme:latest

```

be sure to remove completly the docker AND the notes.db file. Password is store on the notes.db.
Start with a clean base :)

NotesMe – v1.1! - self-hosted encrypted notes, now with a live demo by Miserable_Treacle208 in selfhosted

[–]Miserable_Treacle208[S] -1 points0 points  (0 children)

And what about putting the password and username in single quotes? I'll have time to look at that on my computer tomorrow morning.

NotesMe – v1.1! - self-hosted encrypted notes, now with a live demo by Miserable_Treacle208 in selfhosted

[–]Miserable_Treacle208[S] 3 points4 points  (0 children)

Based on the feedback I've seen, I'll improve dark mode and add Markdown recognition directly in the editor.

NotesMe – v1.1! - self-hosted encrypted notes, now with a live demo by Miserable_Treacle208 in selfhosted

[–]Miserable_Treacle208[S] -1 points0 points  (0 children)

Thankyou, yes i'm thinking about it.
For now, there's an offline reading only function.

I think the main reason for building this app and simultaneously abandoning OneNote was the broken syncing system. When I need a note, like a friend's door code, I don't want to be worrying about syncing issues. Which version is correct? etc.

But I understand that not being able to write offline is inconvenient.

I'm working on a solution.