Question about errors in system log

I just flashed an sd card and restored my latest backup after experiencing a crash.

I see these lines in red appearing time after time and I wonder what they mean and if I can do anything about them:
22-04-29 05:54:13 WARNING (MainThread) [supervisor.addons.options] Option ‘database_path’ does not exist in the schema for SQLite Web (a0d7b954_sqlite-web)
22-04-29 05:54:13 WARNING (MainThread) [supervisor.addons.options] Option ‘read_only’ does not exist in the schema for SQLite Web (a0d7b954_sqlite-web)
22-04-29 05:54:13 WARNING (MainThread) [supervisor.addons.options] Option ‘datasette’ does not exist in the schema for SQLite Web (a0d7b954_sqlite-web)
22-04-29 05:54:13 WARNING (MainThread) [supervisor.addons.options] Option ‘ssl’ does not exist in the schema for SQLite Web (a0d7b954_sqlite-web)
22-04-29 05:54:13 WARNING (MainThread) [supervisor.addons.options] Option ‘certfile’ does not exist in the schema for SQLite Web (a0d7b954_sqlite-web)
22-04-29 05:54:13 WARNING (MainThread) [supervisor.addons.options] Option ‘keyfile’ does not exist in the schema for SQLite Web (a0d7b954_sqlite-web)
22-04-29 05:54:13 WARNING (MainThread) [supervisor.addons.options] Option ‘vnc_password’ does not exist in the schema for deCONZ (core_deconz)

Those add-on options are no longer valid. Remove them from your add-on configurations.

Thank you very much @tom_l for your prompt reply!

I have deleted sqIite-web and mopidy but still get some errors:
1. WARNING (MainThread) [supervisor.addons.options] Option ‘vnc_password’ does not exist in the schema for deCONZ (core_deconz)

I did add a pasword to the config like this:
device: /dev/ttyACM0
vnc_password: MypwdHiddn

  1. WARNING (SyncWorker_6) [supervisor.addons.validate] Add-on config ‘startup’ with ‘after’ is deprecated. Please report this to the maintainer of Calibre Web Comics

  2. WARNING (SyncWorker_6) [supervisor.store.data] Can’t read /data/addons/git/53caca22/snapcastserver/config.json: required key not provided @ data[‘arch’]. Got None

  3. WARNING (SyncWorker_6) [supervisor.addons.validate] Add-on config ‘devices’ use a deprecated format, the new format uses a list of paths only. Please report this to the maintainer of Mopidy
    (I have uninstalled the mopidy addon)

  4. WARNING (SyncWorker_6) [supervisor.store.data] Can’t read /data/addons/git/53caca22/kanboard/config.json: required key not provided @ data[‘arch’]. Got None

  5. WARNING (SyncWorker_5) [supervisor.store.data] Can’t read /data/addons/git/53caca22/mopidy_alpine/config.json: required key not provided @ data[‘arch’]. Got None

Maybe they dont cause any problems but I ask the questions anyway.

  1. seems to have been solved by deleting the whole line vnc_password: MypwdHiddn

Seems like all errors are gone after going into add-on store, click the 3 dots on the upper right, choose repositories and deleted the best libre addons repositories.