siyuan

A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang.

AGPL-3.0 License

Stars
15.6K
Committers
54

Bot releases are hidden (Show)

siyuan - Use Rsync instead of Git for sync

Published by 88250 over 3 years ago

Features

  • Use Rsync instead of Git for sync
    • Since the cloud data has been emptied, it is necessary to upload the local data to the cloud through synchronization-upload first
    • Removed the automatic synchronization function, if you need to synchronize, please operate manually
    • The Git automatic commit interval will be reset to 0, that is, the Git version management function is disabled. If you need to open the version management function, please set the interval value to a value greater than 0. It is recommended to set it to 10, which means that the version will be submitted automatically every 10 minutes
  • The initial size of cloud space has been expanded from 4G to 8G
  • The graph has undergone a preliminary remake, please manually reset the graph parameters once

Enhancements

Bug fixes

siyuan - Assets storage in the cloud

Published by 88250 over 3 years ago

Features

  • Assets storage in the cloud

    Starting from this version, cloud synchronization will be divided into Git synchronization and asset file synchronization, which can significantly improve performance and reduce space usage by about half.

    • Git synchronization is only used to synchronize .md files, automatically ignore the assets folder synchronization through .gitignore
    • The asset files referenced in the document under the assets folder will be synchronized through upload and download, and the asset files that are not referenced will not be synchronized

    Note:

    • Every time Siyuan synchronizes, it will automatically add the assets line in .gitignore, that is, ignore the assets folder submission
    • Because assets are not included in Git management, there will be no version history support, please confirm clearly when deleting asset files
    • If you use other Git warehouse services, please manually modify .gitignore and then use git

    Upgrade suggestions:

    • Please follow Help Document - Versioning and Synchronization - FAQ - How to delete unnecessary history records to reduce space usage and improve performance

    In the future, we will continue to improve cloud asset file storage services, adding management functions such as uploading, viewing, and deleting to facilitate users to share documents across platforms and applications. In addition, we plan to complete the free expansion of cloud space for all paying users before the end of March. The basic space will be expanded from 4G to 8G. Thank you for your company and encouragement. We will continue to work hard.

  • Add database table assets

Enhancements