-
Setting up siyuan with docker and exposing it with cloudflare
2024-09-24 17:09Nevermind... I just found out I did not assign the default folder to uid and gid 1000, which in my case was the default ubuntu user... It works!
-
Setting up siyuan with docker and exposing it with cloudflare
2024-09-24 16:25Thanks for your help too. But I'm stuck...
I successfully created a group siyuan with a gid 1000, but a user with uid 1000 already exists. I thought I might just use that user, added it to the group 1000. I also created the default folder /siyuan/workspace/ and changed ownership of both (siyuan and siyuan/workspace) folders to 1000:1000.
Docker-compose file is pretty much the same, I only added 6808:6808 to ports, so I can publish notes without edition rights. After doing docker compose up I get the following message in a loop:
main-1 | E 2024/09/24 10:20:05 working.go:282: create os tmp dir [/siyuan/workspace/temp/os] failed: mkdir /siyuan/workspace/temp: permission denied
Did I forgot to do something? Or did something wrong?
My rig is Raspberry Pi with Ubuntu 22.04.5 LTS.
-
Sync Between Android and PC in SiYuan
2024-06-27 22:35There are four ways you can achieve this:
- First is through the paid version - you buy SiYuan licence and use their sync service
- Second, also paid - you need to buy the licence and you will be able to use third party sync services
- (for advanced users) You can use a docker image to host your SiYuan, and connect via local lan connection
- Keep your SiYuan on the mobile app, and connect on computers via web app, that each app can host
-
'Add to Database' question
2024-05-09 23:52Those are great answers, thanks. I was looking for this.
Just one more thing remains though...
Can I display block's attributes inside of it?
-
How can I perform more complicated math in database?
2024-04-09 14:14Thanks for the reply! I'll find another way then! 👍