{"id":6311,"date":"2025-06-13T13:00:00","date_gmt":"2025-06-13T11:00:00","guid":{"rendered":"https:\/\/viva.racunalniske-novice.com\/kako-brez-pomoci-googla-ali-appla-kar-doma-hraniti-vse-fotografije\/"},"modified":"2025-06-13T13:00:00","modified_gmt":"2025-06-13T11:00:00","slug":"kako-brez-pomoci-googla-ali-appla-kar-doma-hraniti-vse-fotografije","status":"publish","type":"post","link":"https:\/\/viva.racunalniske-novice.com\/en\/how-to-store-all-your-photos-at-home-without-the-help-of-google-or-apple\/","title":{"rendered":"How to store all your photos at home without the help of Google (or Apple)?"},"content":{"rendered":"<p>Until their phone runs out of space, most users don&#039;t even transfer photos (or other files) to a computer or other device - perhaps only when they want to create a photo album and it&#039;s easier to sort on a computer. More experienced users, however, realize the importance of backups, so they regularly transfer images to a computer, NAS, or external drive.<\/p>\n\n\n\n<p>One awkward slip or hardware failure and you could be left without everything.<\/p>\n\n\n\n<p>When space runs out, many people turn to the cloud (Android users to Google, Apple fans to iCloud) because it&#039;s the simplest solution. The first few gigabytes are free, but we all know that&#039;s not enough. A hundred gigabytes sounds like a lot, but even that can be filled up in a few months, especially if you share the space with others. Each jump to a higher capacity in the cloud also means a higher subscription price. Google, for example, starts at 100 GB, and 200 GB is also available, but it&#039;s hidden, as the upgrade is only possible in your profile once you become a subscriber. Then there&#039;s a huge gap in between and you jump to 2 TB \u2013 and suddenly you&#039;re paying \u20ac100 a year for photo storage.<\/p>\n\n\n\n<p>If you can share this cost with others, it&#039;s a reasonable price to pay, but you&#039;re still keeping your data with another provider. However, it&#039;s just another subscription fee you pay on top of at least one of the video and music streaming platforms (Netflix, Disney+, Spotify, etc.).<\/p>\n\n\n\n<p>The third alternative is self-hosting, or hosting your data locally. The idea of self-hosting will not appeal to many people because it is not nearly as easy as the cloud, and there is nothing wrong with that. Most users who choose self-hosting have some knowledge, will, and already have hardware that allows them to store large amounts of data.<\/p>\n\n\n\n<p>However, if you get tired of manual copying in the future or want to break away from Google or Apple, below you will find a guide on how to set up a server for local data hosting.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" data-id=\"2597035\" src=\"\/wp-content\/uploads\/2025\/06\/rubaitul-azad-UTzuXp1chy4-unsplash-1024x691.jpg\" alt=\"\" class=\"wp-image-2597035\" width=\"840\" height=\"566\"\/><figcaption>The cloud is undoubtedly very convenient, but it is not the only solution for storing photos and videos.<\/figcaption><\/figure>\n<\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What are the best alternatives to Google Photos and iCloud?<\/strong><\/h3>\n\n\n\n<p>There are quite a few of them. If you want to stay in the cloud, but not Google or Apple, you can choose something European, such as pCloud, Internxt or Filen.io, or something local, such as Slovenian Koofr. On <a href=\"https:\/\/comparisontabl.es\/cloud-storage\/\">https:\/\/comparisontabl.es\/cloud-storage\/<\/a> You can easily compare most cloud storage providers, including prices and in some cases how to get additional benefits. You can find more European alternatives in our online article:&nbsp;<a href=\"https:\/\/viva.racunalniske-novice.com\/en\/european-alternatives-to-american-programs-and-services\/\" target=\"_blank\" rel=\"noreferrer noopener\">European alternatives to American programs and services<\/a>.<\/p>\n\n\n\n<p>There are even more local storage solutions. Some of the best include Nextcloud, Photoprism, Piwigo, Lychee, and Immich. Since I&#039;m proficient with the latter, this guide is based on it.<\/p>\n\n\n\n<p>There is also an option to get unlimited space in Google&#039;s cloud by masking the identity of your phone, which will pretend to be a Pixel 1. I won&#039;t go into details, but based on what has been written, you can find a suitable guide yourself, but at your own risk.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/06\/Immich-UI-1024x610.png\" alt=\"\" class=\"wp-image-2597037\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What is Immich?<\/strong><\/h3>\n\n\n\n<p>Unlike Google Photos, iCloud, Dropbox, and other cloud platforms, Immich lets you host a server for your photos and videos on your own hardware, giving you complete control over your collection. If you don&#039;t have enough space, your only cost is renting additional drives (and electricity, of course).<\/p>\n\n\n\n<p>Self-hosted solutions often have a reputation for being very complex to manage. For some, this is true, but Immich is very similar to Google Photos in terms of user experience.<\/p>\n\n\n\n<p>It&#039;s also equipped with artificial intelligence for photo recognition, cross-platform apps, automatic uploads, geotagging, and a bunch of other features to make image management as painless as possible.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>How to install Immich?<\/strong><\/h3>\n\n\n\n<p>When you read that I recommend using one of the Linux distributions for installation, most of you will be in a panic. Hit the brakes, because Linux is not J\u00e1ga b\u00e1ba. The guide will first be based on Linux, and later on how you can use Immich in a similar way on Windows.<\/p>\n\n\n\n<p>On one of the typical Linux distributions, use Docker to install the Immich program.<\/p>\n\n\n\n<ol class=\"wp-block-list\" type=\"1\"><li>Go to the official <a href=\"https:\/\/github.com\/immich-app\/immich\/blob\/main\/docker\/docker-compose.yml\">GitHub profile<\/a> for the Immich program and download the file <em>example.env<\/em> and <em>docker-compose.yml<\/em><\/li><li>Rename the file <em>example.env <\/em>in <em>.env.<\/em><\/li><li>Launch Terminal and use the command <em>cd<\/em>to navigate to the folder where you saved the aforementioned files, for example <em>cd Downloads<\/em>.<\/li><li>Use the command <em>docker compose -d<\/em>to install Immich.<\/li><\/ol>\n\n\n\n<p>On Windows, there are several options. You can use Docker Desktop, but I recommend recreating the steps in a virtual environment, for example using VirtualBox or VMware. Some systems (Unraid, UmbreIOS \u2026) have Immich included in their store by default and you won&#039;t have to deal with a lengthy installation.<\/p>\n\n\n\n<p>For example, if you are going to use VirtualBox, you can download a Linux distribution (example: Ubuntu) directly from the official website. NAS users can make their life easier with TrueNAS SCALE, where Immich is already part of the repository.<\/p>\n\n\n\n<p><strong>Another example of installation on Ubuntu distribution (24.04.2):<\/strong><\/p>\n\n\n\n<p>The first thing to do is to update the packages with the commands:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo apt update sudo apt upgrade<\/pre>\n\n\n\n<p>Before installing, you can just check if the package version is <em>snap<\/em>&nbsp;latest (command: snap \u2013version). To install Immich, use the command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo snap install immich-distribution<\/pre>\n\n\n\n<p>The latest version will be installed and the entire backend will be already set up, so no manual configuration is required. The initial installation may take a few minutes, depending on your internet speed.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped carousel wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><a href=\"\/wp-content\/uploads\/2025\/06\/sudo-apt-update.png\"><img decoding=\"async\" data-id=\"2597045\" src=\"\/wp-content\/uploads\/2025\/06\/sudo-apt-update.png\" alt=\"\" class=\"wp-image-2597045\"\/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"\/wp-content\/uploads\/2025\/06\/Immich-naslovna.png\"><img decoding=\"async\" data-id=\"2597043\" src=\"\/wp-content\/uploads\/2025\/06\/Immich-naslovna.png\" alt=\"\" class=\"wp-image-2597043\"\/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"\/wp-content\/uploads\/2025\/06\/Immich-podatki.png\"><img decoding=\"async\" data-id=\"2597041\" src=\"\/wp-content\/uploads\/2025\/06\/Immich-podatki.png\" alt=\"\" class=\"wp-image-2597041\"\/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"\/wp-content\/uploads\/2025\/06\/Immich-self-hosting.jpg\"><img decoding=\"async\" data-id=\"2597039\" src=\"\/wp-content\/uploads\/2025\/06\/Immich-self-hosting.jpg\" alt=\"\" class=\"wp-image-2597039\"\/><\/a><\/figure>\n<\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>How to access the Immich program?<\/strong><\/h3>\n\n\n\n<p>Once Docker has finished downloading, it will start hosting Immich and all the necessary packages. If you haven&#039;t changed the port number in the file <em>docker-compose.yml<\/em>, type <em>localhost:2283<\/em> into your browser&#039;s search engine, and you will get access to the Immich server on your local device.<\/p>\n\n\n\n<p>If you would like to access Immich from another device on your home network, simply type the IP address into a search engine.<\/p>\n\n\n\n<p>A new window will appear and follow the instructions for initial setup (email, password, etc.). When you are finished, click the button <em>Upload<\/em> in the top right corner and upload all the images and videos you want to host locally.<\/p>\n\n\n\n<p>If you followed the instructions for Ubuntu, you can also access Immich via a browser. In the search bar, type http:\/\/server IP number, which can be found in Ubuntu settings.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>How to proceed?<\/strong><\/h3>\n\n\n\n<p>Once you&#039;ve uploaded your media files to Immich, you can use the Utilities tab to find duplicate files and remove them if you want. In addition to a convenient web user interface, Immich also offers dedicated apps for Android and iOS that let you set up automatic backups for your mobile devices. Automatic backup of photos and videos is also supported, and you can browse the latter even without an internet connection.<\/p>\n\n\n\n<p>Among the organizational features, you will use the classic album browsing (as in similar solutions), timeline view (chronological display of photos) or locations (based on geotags). Immich also has some integrated artificial intelligence capabilities, such as automatic analysis and tagging of photos based on their content, which makes searching easier. It also recognizes faces in photos for easier sorting.<\/p>\n\n\n\n<p>You can easily share your image and video collection with friends and family, but the control is in your hands and not in the hands of a foreign provider.<\/p>","protected":false},"excerpt":{"rendered":"<p>Until their phone runs out of space, most users don&#039;t even transfer photos (or other files) to a computer or other device \u2013 perhaps only when they want to create a photo album and it&#039;s easier to sort on a computer. More experienced users, however, are aware of the importance of backups, so they regularly transfer images to a computer, NAS or external drive. One [\u2026]<\/p>","protected":false},"author":2,"featured_media":0,"comment_status":"","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[74,72,66,4,12,8],"tags":[154,126,937],"class_list":["post-6311","post","type-post","status-publish","format-standard","hentry","category-aplikacije","category-orodja","category-programi","category-racunalnistvo-telefonija","category-triki-nasveti","category-zivljenjski-slog","tag-apple","tag-google","tag-oblak"],"acf":{"subtitle":"Fotografije so \u017ee od nekdaj najdragocenej\u0161i podatki. Telefon, ki ga imate trenutno v roki ali v \u017eepu, je za mnoge v 90 % kamera, preostali del pa se uporablja za klice in sporo\u010dila. ","heading":"","summary":"Fotografije so najdragocenej\u0161i podatki. Ve\u010dina jih hrani na telefonu, mogo\u010de na ra\u010dunalniku, ko zmanjka prostora pa v oblaku, ki pa zahteva naro\u010dnino. Obstaja pa tudi lokalno gostovanje za tiste, ki ste naveli\u010dani pla\u010devanja naro\u010dnin in no\u010dete, da Google (in drugi) dostopa do va\u0161ih podatkov.","thumbnail_small":"https:\/\/racunalniske-novice.com\/wp-content\/uploads\/2025\/06\/immich-560x315.jpg","thumbnail_large":"https:\/\/racunalniske-novice.com\/wp-content\/uploads\/2025\/06\/immich-1024x655.jpg","thumbnail_caption":"","gallery":"","video_gallery":null,"author":"","links":null,"sources":null,"skip_language":[]},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Kako brez pomo\u010di Googla (ali Appla) kar doma hraniti vse fotografije? - Ra\u010dunalni\u0161ke novice<\/title>\n<meta name=\"description\" content=\"Fotografije so najdragocenej\u0161i podatki. Ve\u010dina jih hrani na telefonu, mogo\u010de na ra\u010dunalniku, ko zmanjka prostora pa v oblaku, ki pa zahteva naro\u010dnino. Obstaja pa tudi lokalno gostovanje za tiste, ki s\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/viva.racunalniske-novice.com\/en\/wp-json\/wp\/v2\/posts\/6311\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kako brez pomo\u010di Googla (ali Appla) kar doma hraniti vse fotografije? - Ra\u010dunalni\u0161ke novice\" \/>\n<meta property=\"og:description\" content=\"Dokler na telefonu ne zmanjka prostora, ve\u010dina uporabnikov fotografij (ali ostalih datotek) niti ne prena\u0161a na ra\u010dunalnik ali drugo napravo &#8211; morda zgolj takrat, ko \u017eelijo ustvariti fotoalbum in je sortiranje na ra\u010dunalniku pa\u010d la\u017eje. Bolj izku\u0161eni pa se zavedajo pomena varnostne kopije, zato si redno prena\u0161ajo slike na ra\u010dunalnik, NAS ali zunanji disk. En [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/viva.racunalniske-novice.com\/en\/how-to-store-all-your-photos-at-home-without-the-help-of-google-or-apple\/\" \/>\n<meta property=\"og:site_name\" content=\"Ra\u010dunalni\u0161ke novice\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-13T11:00:00+00:00\" \/>\n<meta name=\"author\" content=\"sinusiks\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"sinusiks\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/viva.racunalniske-novice.com\/kako-brez-pomoci-googla-ali-appla-kar-doma-hraniti-vse-fotografije\/\",\"url\":\"https:\/\/viva.racunalniske-novice.com\/kako-brez-pomoci-googla-ali-appla-kar-doma-hraniti-vse-fotografije\/\",\"name\":\"Kako brez pomo\u010di Googla (ali Appla) kar doma hraniti vse fotografije? - Ra\u010dunalni\u0161ke novice\",\"isPartOf\":{\"@id\":\"https:\/\/viva.racunalniske-novice.com\/en\/#website\"},\"datePublished\":\"2025-06-13T11:00:00+00:00\",\"dateModified\":\"2025-06-13T11:00:00+00:00\",\"author\":{\"@id\":\"https:\/\/viva.racunalniske-novice.com\/en\/#\/schema\/person\/afb62e36efa34516d50249517e4cdbb4\"},\"breadcrumb\":{\"@id\":\"https:\/\/viva.racunalniske-novice.com\/kako-brez-pomoci-googla-ali-appla-kar-doma-hraniti-vse-fotografije\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/viva.racunalniske-novice.com\/kako-brez-pomoci-googla-ali-appla-kar-doma-hraniti-vse-fotografije\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/viva.racunalniske-novice.com\/kako-brez-pomoci-googla-ali-appla-kar-doma-hraniti-vse-fotografije\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/viva.racunalniske-novice.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Kako brez pomo\u010di Googla (ali Appla) kar doma hraniti vse fotografije?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/viva.racunalniske-novice.com\/en\/#website\",\"url\":\"https:\/\/viva.racunalniske-novice.com\/en\/\",\"name\":\"Ra\u010dunalni\u0161ke novice\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/viva.racunalniske-novice.com\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/viva.racunalniske-novice.com\/en\/#\/schema\/person\/afb62e36efa34516d50249517e4cdbb4\",\"name\":\"sinusiks\",\"sameAs\":[\"https:\/\/ml.racunalniske-novice.com\"],\"url\":\"https:\/\/viva.racunalniske-novice.com\/en\/author\/sinusiks\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Kako brez pomo\u010di Googla (ali Appla) kar doma hraniti vse fotografije? - Ra\u010dunalni\u0161ke novice","description":"Fotografije so najdragocenej\u0161i podatki. Ve\u010dina jih hrani na telefonu, mogo\u010de na ra\u010dunalniku, ko zmanjka prostora pa v oblaku, ki pa zahteva naro\u010dnino. Obstaja pa tudi lokalno gostovanje za tiste, ki s","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:\/\/viva.racunalniske-novice.com\/en\/wp-json\/wp\/v2\/posts\/6311","og_locale":"en_US","og_type":"article","og_title":"Kako brez pomo\u010di Googla (ali Appla) kar doma hraniti vse fotografije? - Ra\u010dunalni\u0161ke novice","og_description":"Dokler na telefonu ne zmanjka prostora, ve\u010dina uporabnikov fotografij (ali ostalih datotek) niti ne prena\u0161a na ra\u010dunalnik ali drugo napravo &#8211; morda zgolj takrat, ko \u017eelijo ustvariti fotoalbum in je sortiranje na ra\u010dunalniku pa\u010d la\u017eje. Bolj izku\u0161eni pa se zavedajo pomena varnostne kopije, zato si redno prena\u0161ajo slike na ra\u010dunalnik, NAS ali zunanji disk. En [&hellip;]","og_url":"https:\/\/viva.racunalniske-novice.com\/en\/how-to-store-all-your-photos-at-home-without-the-help-of-google-or-apple\/","og_site_name":"Ra\u010dunalni\u0161ke novice","article_published_time":"2025-06-13T11:00:00+00:00","author":"sinusiks","twitter_card":"summary_large_image","twitter_misc":{"Written by":"sinusiks","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/viva.racunalniske-novice.com\/kako-brez-pomoci-googla-ali-appla-kar-doma-hraniti-vse-fotografije\/","url":"https:\/\/viva.racunalniske-novice.com\/kako-brez-pomoci-googla-ali-appla-kar-doma-hraniti-vse-fotografije\/","name":"Kako brez pomo\u010di Googla (ali Appla) kar doma hraniti vse fotografije? - Ra\u010dunalni\u0161ke novice","isPartOf":{"@id":"https:\/\/viva.racunalniske-novice.com\/en\/#website"},"datePublished":"2025-06-13T11:00:00+00:00","dateModified":"2025-06-13T11:00:00+00:00","author":{"@id":"https:\/\/viva.racunalniske-novice.com\/en\/#\/schema\/person\/afb62e36efa34516d50249517e4cdbb4"},"breadcrumb":{"@id":"https:\/\/viva.racunalniske-novice.com\/kako-brez-pomoci-googla-ali-appla-kar-doma-hraniti-vse-fotografije\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/viva.racunalniske-novice.com\/kako-brez-pomoci-googla-ali-appla-kar-doma-hraniti-vse-fotografije\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/viva.racunalniske-novice.com\/kako-brez-pomoci-googla-ali-appla-kar-doma-hraniti-vse-fotografije\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/viva.racunalniske-novice.com\/en\/"},{"@type":"ListItem","position":2,"name":"Kako brez pomo\u010di Googla (ali Appla) kar doma hraniti vse fotografije?"}]},{"@type":"WebSite","@id":"https:\/\/viva.racunalniske-novice.com\/en\/#website","url":"https:\/\/viva.racunalniske-novice.com\/en\/","name":"Ra\u010dunalni\u0161ke novice","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/viva.racunalniske-novice.com\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/viva.racunalniske-novice.com\/en\/#\/schema\/person\/afb62e36efa34516d50249517e4cdbb4","name":"sinusiks","sameAs":["https:\/\/ml.racunalniske-novice.com"],"url":"https:\/\/viva.racunalniske-novice.com\/en\/author\/sinusiks\/"}]}},"_links":{"self":[{"href":"https:\/\/viva.racunalniske-novice.com\/en\/wp-json\/wp\/v2\/posts\/6311","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/viva.racunalniske-novice.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/viva.racunalniske-novice.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/viva.racunalniske-novice.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/viva.racunalniske-novice.com\/en\/wp-json\/wp\/v2\/comments?post=6311"}],"version-history":[{"count":0,"href":"https:\/\/viva.racunalniske-novice.com\/en\/wp-json\/wp\/v2\/posts\/6311\/revisions"}],"wp:attachment":[{"href":"https:\/\/viva.racunalniske-novice.com\/en\/wp-json\/wp\/v2\/media?parent=6311"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/viva.racunalniske-novice.com\/en\/wp-json\/wp\/v2\/categories?post=6311"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/viva.racunalniske-novice.com\/en\/wp-json\/wp\/v2\/tags?post=6311"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}