Open
Description
I have what I believe to be a fairly basic installation in a Docker Compose file with about 3,900 links (all private) and 2,601 tags.
Here is a copy of the config.json.php file - some 77 lines long - and I would be grateful if someone here could help me add code so I might export the URLs with their associated tags.
<?php /*{
"resource": {
"data_dir": "data",
"config": "data\/config.php",
"datastore": "data\/datastore.php",
"ban_file": "data\/ipbans.php",
"updates": "data\/updates.txt",
"log": "data\/log.txt",
"update_check": "data\/lastupdatecheck.txt",
"history": "data\/history.php",
"raintpl_tpl": "tpl\/",
"theme": "default",
"raintpl_tmp": "tmp\/",
"thumbnails_cache": "cache",
"page_cache": "pagecache"
},
"security": {
"ban_after": 4,
"ban_duration": 1800,
"session_protection_disabled": false,
"open_shaarli": false,
"allowed_protocols": [
"ftp",
"ftps",
"magnet"
]
},
"general": {
"header_link": "\/",
"links_per_page": 20,
"enabled_plugins": [
"qrcode"
],
"default_note_title": "Note: ",
"retrieve_description": true,
"enable_async_metadata": true,
"tags_separator": " ",
"timezone": "Country goes here\/City goes here",
"title": "Shaarli"
},
"updates": {
"check_updates": true,
"check_updates_interval": 86400
},
"feed": {
"rss_permalinks": true,
"show_atom": true
},
"privacy": {
"default_private_links": false,
"hide_public_links": false,
"force_login": false,
"hide_timestamps": false,
"remember_user_default": true
},
"thumbnails": {
"mode": "all",
"width": "125",
"height": "90"
},
"translation": {
"language": "auto",
"mode": "php",
"extensions": []
},
"plugins": [],
"formatter": "markdown",
"credentials": {
"login": "Shaarli",
"salt": "salt goes here",
"hash": "hash goes here"
},
"api": {
"enabled": true,
"secret": "secret api goes here"
}
}*/ ?>