1
0
Fork 0
mirror of https://git.42l.fr/neil/sncf.git synced 2024-04-26 03:20:29 +02:00

Mise à jour de 'README.md'

This commit is contained in:
neil 2021-03-24 19:48:42 +00:00
parent 8276b35a01
commit fcc9ceaedc

View file

@ -1,13 +1,5 @@
# sncf
#### **DO NOT** upgrade Nextcloud to 20.0.2 and 20.0.3!
**Stay on 20.0.1.** I've been spending hours debugging, I suspect there's a Nextcloud bug introduced in one of those minor updates. I'll upgrade sncf if necessary once this bug is fixed.
Update March 9th: **Nextcloud Forms 2.2.0 is untested for now.** I'll spend some time updating sncf to make it compatible. Please keep using NC 20.0.1 and Forms 2.1.x until I'm done.
---
Simple Nextcloud Forms (sncf) is a lightweight proxy written in Rust with the [Actix](https://actix.rs) framework.
It is meant to make form creation easier, through the use of the [Nextcloud Forms](https://github.com/nextcloud/forms) application, by generating administration links for forms: **users do not need to log in or register**, they just need to keep a link (in the form of `https://your-instance.com/admin/<45-byte base64 key>`) to log them in and give them access to their forms.
@ -39,9 +31,12 @@ Compatibility with sncf has been tested for the following Nextcloud and Nextclou
|--------------|------------|------------------|
| 1.0.0 | 19.0.1, 19.0.2 | 2.0.2, 2.0.3 |
| 1.0.1, 1.0.2, 1.1.0, 1.2.0 | 19.0.1, 19.0.2, 20.0.0\*, 20.0.1 | 2.0.4 |
| **No support** \*\* | above 20.0.1, below 21.x | above 2.0.4, below 2.2.2
| 1.3.0 | 21.0.0 | 2.2.2 |
\* Breaking changes, please check [the wiki](https://git.42l.fr/neil/sncf/wiki/Upgrade-from-a-previous-version) if you need to upgrade from a previous version.
\* Breaking changes, please check [the wiki](https://git.42l.fr/neil/sncf/wiki/Upgrade-from-a-previous-version) if you need to upgrade from a previous version.
\*\* Untested versions, use at your own risk.
If your NC or NC Forms version isn't in this list, sncf **may** or **may not** work. We **do not** ensure backwards compatibility with older versions.