{"id":2852,"date":"2025-05-21T21:55:19","date_gmt":"2025-05-21T21:55:19","guid":{"rendered":"https:\/\/fadyanwar.com\/?p=2852"},"modified":"2025-05-21T21:55:21","modified_gmt":"2025-05-21T21:55:21","slug":"setting-up-syncthing-with-azure-files","status":"publish","type":"post","link":"https:\/\/fadyanwar.com\/index.php\/2025\/05\/21\/setting-up-syncthing-with-azure-files\/","title":{"rendered":"Setting Up Syncthing with Azure Files"},"content":{"rendered":"\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Your Private Google Photos Alternative<\/p>\n<\/blockquote>\n\n\n\n<p><strong>Introduction<\/strong><br>After showing how to mount Azure Files for Rsync backups, I now present a powerful alternative: Syncthing configured with Azure Files. This solution gives you complete control over your personal media while offering real-time sync capabilities &#8211; perfect for replacing services like Google Photos while keeping your data private.<\/p>\n\n\n\n<p><strong>Why This Beats Google Photos<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Full ownership of your photos\/videos (no corporate scanning)<\/li>\n\n\n\n<li>No storage limits or compression of original files<\/li>\n\n\n\n<li>End-to-end encrypted transfers<\/li>\n\n\n\n<li>Accessible from all your devices via Azure Files<\/li>\n<\/ul>\n\n\n\n<p><strong>Perfect Use Cases<\/strong><\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Private Photo Backup from Phone\n<ul class=\"wp-block-list\">\n<li>Sync your camera roll directly to Azure storage<\/li>\n\n\n\n<li>Access full-resolution photos from any computer<\/li>\n\n\n\n<li>No more &#8220;storage full&#8221; warnings on your phone<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Family Photo Sharing\n<ul class=\"wp-block-list\">\n<li>Each family member gets their own folder<\/li>\n\n\n\n<li>Share selected albums through Azure Files<\/li>\n\n\n\n<li>Grandparents can access via simple SMB mounts<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Creative Workflow\n<ul class=\"wp-block-list\">\n<li>Photographers: Sync RAW files from field to studio<\/li>\n\n\n\n<li>Videographers: Automatic cloud backup of footage<\/li>\n\n\n\n<li>Artists: Version control for design projects<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<p><strong>Installation Guide<\/strong><\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Phone Setup (Android)<\/li>\n<\/ol>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Install Syncthing from F-Droid\/Play Store<\/li>\n\n\n\n<li>Grant &#8220;All Files Access&#8221; permission<\/li>\n\n\n\n<li>Set your Camera folder as &#8220;Send Only&#8221;<\/li>\n<\/ul>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li>Server Configuration<br>Install Syncthing on your Azure VM:<br>sudo apt update<br>sudo apt install syncthing<br>sudo systemctl enable &#8211;now syncthing@fady<\/li>\n\n\n\n<li>Azure Files Mount<br>sudo mount -t cifs \/\/yourstorage.file.core.windows.net\/photos \/mnt\/azurephotos -o credentials=\/etc\/smbcredentials\/yourstorage.cred,vers=3.0,uid=(id\u2212ufady),gid=(id\u2212ufady),gid=(id -g fady),dir_mode=0770,file_mode=0770<\/li>\n\n\n\n<li>Folder Setup<br>In Syncthing Web UI (<a href=\"http:\/\/localhost:8384\" target=\"_blank\" rel=\"noreferrer noopener\">http:\/\/localhost:8384<\/a>):<\/li>\n\n\n\n<li>Add &#8220;\/mnt\/azurephotos&#8221; as &#8220;Receive Only&#8221;<\/li>\n\n\n\n<li>Add your phone&#8217;s DCIM folder<\/li>\n\n\n\n<li>Enable &#8220;Staggered File Versioning&#8221;<\/li>\n<\/ol>\n\n\n\n<p>Accessing Your Photos<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>From Windows\/Mac: Map Azure Files as network drive<\/li>\n\n\n\n<li>From Linux: Use the same mount command<\/li>\n\n\n\n<li>From Phone: Use Azure Files app or Syncthing&#8217;s web UI<\/li>\n<\/ol>\n\n\n\n<p>Advanced Features<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Face Recognition: Use PhotoPrism in Azure Container<\/li>\n\n\n\n<li>Sharing: Generate SAS tokens for specific folders<\/li>\n\n\n\n<li>Search: Enable Azure Cognitive Search<\/li>\n<\/ul>\n\n\n\n<p><strong>Privacy Advantages<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Microsoft can&#8217;t scan your photos (unlike Google)<\/li>\n\n\n\n<li>Encryption keys remain yours<\/li>\n\n\n\n<li>No hidden AI training on your memories<\/li>\n<\/ul>\n\n\n\n<p><strong>Maintenance Tips<\/strong><\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Set up Azure Monitor alerts<\/li>\n\n\n\n<li>Enable Storage Analytics<\/li>\n\n\n\n<li>Review access logs monthly<\/li>\n\n\n\n<li>Keep Syncthing updated<\/li>\n<\/ol>\n\n\n\n<p><strong>Troubleshooting<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Slow sync? Adjust &#8220;LAN Rate&#8221; in Syncthing settings<\/li>\n\n\n\n<li>Permission issues? Verify mount UID\/GID<\/li>\n\n\n\n<li>Connection problems? Check Azure NSG rules<\/li>\n<\/ul>\n\n\n\n<p><strong>Final Thoughts<\/strong><br>While Rsync remains superior for scheduled, bandwidth-controlled backups, Syncthing offers a compelling alternative for real-time synchronization scenarios. By combining it with Azure Files, you create a powerful, cloud-backed synchronization solution that complements traditional backup methods.<\/p>\n\n\n\n<p>This setup gives you:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Complete control over your media<\/li>\n\n\n\n<li>Enterprise-grade reliability<\/li>\n\n\n\n<li>True privacy for personal memories<\/li>\n<\/ul>\n\n\n\n<p>Remember that this isn\u2019t an either\/or choice \u2013 many users successfully employ both Rsync and Syncthing for different aspects of their backup and synchronization strategy.<\/p>\n\n\n\n<p>Next Steps<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Start with 100GB test collection<\/li>\n\n\n\n<li>Migrate existing photos gradually<\/li>\n\n\n\n<li>Set up Azure Backup for redundancy<\/li>\n<\/ol>\n\n\n\n<p><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n","protected":false},"excerpt":{"rendered":"<p>Your Private Google Photos Alternative IntroductionAfter showing how to mount Azure Files for Rsync backups, I now present a powerful alternative: Syncthing configured with Azure Files. This solution gives you complete control over your personal media while offering real-time sync capabilities &#8211; perfect for replacing services like Google Photos while keeping your data private. Why [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2854,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_editorskit_title_hidden":false,"_editorskit_reading_time":0,"_editorskit_is_block_options_detached":false,"_editorskit_block_options_position":"{}","_vp_format_video_url":"","_vp_image_focal_point":[],"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2852","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technology"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Setting Up Syncthing with Azure Files - Fady Anwar<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/fadyanwar.com\/index.php\/2025\/05\/21\/setting-up-syncthing-with-azure-files\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Setting Up Syncthing with Azure Files - Fady Anwar\" \/>\n<meta property=\"og:description\" content=\"Your Private Google Photos Alternative IntroductionAfter showing how to mount Azure Files for Rsync backups, I now present a powerful alternative: Syncthing configured with Azure Files. This solution gives you complete control over your personal media while offering real-time sync capabilities &#8211; perfect for replacing services like Google Photos while keeping your data private. Why [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fadyanwar.com\/index.php\/2025\/05\/21\/setting-up-syncthing-with-azure-files\/\" \/>\n<meta property=\"og:site_name\" content=\"Fady Anwar\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-21T21:55:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-21T21:55:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/fadyanwar.com\/wp-content\/uploads\/2025\/05\/ChatGPT-Image-May-21-2025-10_51_19-PM-1024x683.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"683\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Fady Anwar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@fadyanwar\" \/>\n<meta name=\"twitter:site\" content=\"@fadyanwar\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Fady Anwar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/05\\\/21\\\/setting-up-syncthing-with-azure-files\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/05\\\/21\\\/setting-up-syncthing-with-azure-files\\\/\"},\"author\":{\"name\":\"Fady Anwar\",\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/#\\\/schema\\\/person\\\/b66e3277ceba346f7053a83464e90b03\"},\"headline\":\"Setting Up Syncthing with Azure Files\",\"datePublished\":\"2025-05-21T21:55:19+00:00\",\"dateModified\":\"2025-05-21T21:55:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/05\\\/21\\\/setting-up-syncthing-with-azure-files\\\/\"},\"wordCount\":471,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/#\\\/schema\\\/person\\\/b66e3277ceba346f7053a83464e90b03\"},\"image\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/05\\\/21\\\/setting-up-syncthing-with-azure-files\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/fadyanwar.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/ChatGPT-Image-May-21-2025-10_51_19-PM.png?fit=1536%2C1024&ssl=1\",\"articleSection\":[\"Technology\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/05\\\/21\\\/setting-up-syncthing-with-azure-files\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/05\\\/21\\\/setting-up-syncthing-with-azure-files\\\/\",\"url\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/05\\\/21\\\/setting-up-syncthing-with-azure-files\\\/\",\"name\":\"Setting Up Syncthing with Azure Files - Fady Anwar\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/05\\\/21\\\/setting-up-syncthing-with-azure-files\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/05\\\/21\\\/setting-up-syncthing-with-azure-files\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/fadyanwar.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/ChatGPT-Image-May-21-2025-10_51_19-PM.png?fit=1536%2C1024&ssl=1\",\"datePublished\":\"2025-05-21T21:55:19+00:00\",\"dateModified\":\"2025-05-21T21:55:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/05\\\/21\\\/setting-up-syncthing-with-azure-files\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/05\\\/21\\\/setting-up-syncthing-with-azure-files\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/05\\\/21\\\/setting-up-syncthing-with-azure-files\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/fadyanwar.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/ChatGPT-Image-May-21-2025-10_51_19-PM.png?fit=1536%2C1024&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/fadyanwar.com\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/ChatGPT-Image-May-21-2025-10_51_19-PM.png?fit=1536%2C1024&ssl=1\",\"width\":1536,\"height\":1024},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/index.php\\\/2025\\\/05\\\/21\\\/setting-up-syncthing-with-azure-files\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/fadyanwar.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Setting Up Syncthing with Azure Files\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/#website\",\"url\":\"https:\\\/\\\/fadyanwar.com\\\/\",\"name\":\"Fady Anwar\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/#\\\/schema\\\/person\\\/b66e3277ceba346f7053a83464e90b03\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/fadyanwar.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/fadyanwar.com\\\/#\\\/schema\\\/person\\\/b66e3277ceba346f7053a83464e90b03\",\"name\":\"Fady Anwar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a9172040bbc3bbe24fb49d59dac20da030af1f5ff628126c979a1d4b71eaed41?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a9172040bbc3bbe24fb49d59dac20da030af1f5ff628126c979a1d4b71eaed41?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a9172040bbc3bbe24fb49d59dac20da030af1f5ff628126c979a1d4b71eaed41?s=96&d=mm&r=g\",\"caption\":\"Fady Anwar\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a9172040bbc3bbe24fb49d59dac20da030af1f5ff628126c979a1d4b71eaed41?s=96&d=mm&r=g\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Setting Up Syncthing with Azure Files - Fady Anwar","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/fadyanwar.com\/index.php\/2025\/05\/21\/setting-up-syncthing-with-azure-files\/","og_locale":"en_US","og_type":"article","og_title":"Setting Up Syncthing with Azure Files - Fady Anwar","og_description":"Your Private Google Photos Alternative IntroductionAfter showing how to mount Azure Files for Rsync backups, I now present a powerful alternative: Syncthing configured with Azure Files. This solution gives you complete control over your personal media while offering real-time sync capabilities &#8211; perfect for replacing services like Google Photos while keeping your data private. Why [&hellip;]","og_url":"https:\/\/fadyanwar.com\/index.php\/2025\/05\/21\/setting-up-syncthing-with-azure-files\/","og_site_name":"Fady Anwar","article_published_time":"2025-05-21T21:55:19+00:00","article_modified_time":"2025-05-21T21:55:21+00:00","og_image":[{"width":1024,"height":683,"url":"https:\/\/fadyanwar.com\/wp-content\/uploads\/2025\/05\/ChatGPT-Image-May-21-2025-10_51_19-PM-1024x683.png","type":"image\/png"}],"author":"Fady Anwar","twitter_card":"summary_large_image","twitter_creator":"@fadyanwar","twitter_site":"@fadyanwar","twitter_misc":{"Written by":"Fady Anwar","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/fadyanwar.com\/index.php\/2025\/05\/21\/setting-up-syncthing-with-azure-files\/#article","isPartOf":{"@id":"https:\/\/fadyanwar.com\/index.php\/2025\/05\/21\/setting-up-syncthing-with-azure-files\/"},"author":{"name":"Fady Anwar","@id":"https:\/\/fadyanwar.com\/#\/schema\/person\/b66e3277ceba346f7053a83464e90b03"},"headline":"Setting Up Syncthing with Azure Files","datePublished":"2025-05-21T21:55:19+00:00","dateModified":"2025-05-21T21:55:21+00:00","mainEntityOfPage":{"@id":"https:\/\/fadyanwar.com\/index.php\/2025\/05\/21\/setting-up-syncthing-with-azure-files\/"},"wordCount":471,"commentCount":0,"publisher":{"@id":"https:\/\/fadyanwar.com\/#\/schema\/person\/b66e3277ceba346f7053a83464e90b03"},"image":{"@id":"https:\/\/fadyanwar.com\/index.php\/2025\/05\/21\/setting-up-syncthing-with-azure-files\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/fadyanwar.com\/wp-content\/uploads\/2025\/05\/ChatGPT-Image-May-21-2025-10_51_19-PM.png?fit=1536%2C1024&ssl=1","articleSection":["Technology"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/fadyanwar.com\/index.php\/2025\/05\/21\/setting-up-syncthing-with-azure-files\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/fadyanwar.com\/index.php\/2025\/05\/21\/setting-up-syncthing-with-azure-files\/","url":"https:\/\/fadyanwar.com\/index.php\/2025\/05\/21\/setting-up-syncthing-with-azure-files\/","name":"Setting Up Syncthing with Azure Files - Fady Anwar","isPartOf":{"@id":"https:\/\/fadyanwar.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/fadyanwar.com\/index.php\/2025\/05\/21\/setting-up-syncthing-with-azure-files\/#primaryimage"},"image":{"@id":"https:\/\/fadyanwar.com\/index.php\/2025\/05\/21\/setting-up-syncthing-with-azure-files\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/fadyanwar.com\/wp-content\/uploads\/2025\/05\/ChatGPT-Image-May-21-2025-10_51_19-PM.png?fit=1536%2C1024&ssl=1","datePublished":"2025-05-21T21:55:19+00:00","dateModified":"2025-05-21T21:55:21+00:00","breadcrumb":{"@id":"https:\/\/fadyanwar.com\/index.php\/2025\/05\/21\/setting-up-syncthing-with-azure-files\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fadyanwar.com\/index.php\/2025\/05\/21\/setting-up-syncthing-with-azure-files\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fadyanwar.com\/index.php\/2025\/05\/21\/setting-up-syncthing-with-azure-files\/#primaryimage","url":"https:\/\/i0.wp.com\/fadyanwar.com\/wp-content\/uploads\/2025\/05\/ChatGPT-Image-May-21-2025-10_51_19-PM.png?fit=1536%2C1024&ssl=1","contentUrl":"https:\/\/i0.wp.com\/fadyanwar.com\/wp-content\/uploads\/2025\/05\/ChatGPT-Image-May-21-2025-10_51_19-PM.png?fit=1536%2C1024&ssl=1","width":1536,"height":1024},{"@type":"BreadcrumbList","@id":"https:\/\/fadyanwar.com\/index.php\/2025\/05\/21\/setting-up-syncthing-with-azure-files\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fadyanwar.com\/"},{"@type":"ListItem","position":2,"name":"Setting Up Syncthing with Azure Files"}]},{"@type":"WebSite","@id":"https:\/\/fadyanwar.com\/#website","url":"https:\/\/fadyanwar.com\/","name":"Fady Anwar","description":"","publisher":{"@id":"https:\/\/fadyanwar.com\/#\/schema\/person\/b66e3277ceba346f7053a83464e90b03"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fadyanwar.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/fadyanwar.com\/#\/schema\/person\/b66e3277ceba346f7053a83464e90b03","name":"Fady Anwar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/a9172040bbc3bbe24fb49d59dac20da030af1f5ff628126c979a1d4b71eaed41?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/a9172040bbc3bbe24fb49d59dac20da030af1f5ff628126c979a1d4b71eaed41?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a9172040bbc3bbe24fb49d59dac20da030af1f5ff628126c979a1d4b71eaed41?s=96&d=mm&r=g","caption":"Fady Anwar"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/a9172040bbc3bbe24fb49d59dac20da030af1f5ff628126c979a1d4b71eaed41?s=96&d=mm&r=g"}}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/fadyanwar.com\/wp-content\/uploads\/2025\/05\/ChatGPT-Image-May-21-2025-10_51_19-PM.png?fit=1536%2C1024&ssl=1","jetpack_sharing_enabled":true,"post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/posts\/2852","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/comments?post=2852"}],"version-history":[{"count":2,"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/posts\/2852\/revisions"}],"predecessor-version":[{"id":2855,"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/posts\/2852\/revisions\/2855"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/media\/2854"}],"wp:attachment":[{"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/media?parent=2852"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/categories?post=2852"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fadyanwar.com\/index.php\/wp-json\/wp\/v2\/tags?post=2852"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}