thanks in advance .And some questions else1.in tinode only alice's account can be searched by search word like alice, other accounts created by users only can be searched by eamil after eamil verification or by account id .Am I right ? And how to make other accounts can be searched by account name like alice?
2.about docker env parameter MYSQL_DSN ,I set it MYSQL_DSN: 'root:123456@tcp(localhost)/tinode?parseTime=true&collation=utf8mb4_0900_ai_ci' in dockercompose file to add password ,but it makes tinode server fails to boot. mysql image version tag is 8.0.
3.abou the file size limitation , is there a size limitation to file uploaded to tinode ?
About question 2, In config.template , it's "dsn": "$MYSQL_DSN?parseTime=true&collation=utf8mb4_unicode_ci"
,the right MYSQL_DSN env in dockercompose file should be MYSQL_DSN: root:123456@tcp(localhost)/tinode
And in instruction , it says ,If you set EXT_CONFIG all other environment variables except RESET_DB, FCM_SENDER_ID, FCM_VAPID_KEY are ignored.Would EXT_STATIC_DIR and WAIT_FOR be ignored too? They are not in the tinode.conf file.If ignored ,how to set them .thanks