{"id":89643,"date":"2023-01-19T16:20:50","date_gmt":"2023-01-19T15:20:50","guid":{"rendered":"https:\/\/nextcloud.com\/?p=89643"},"modified":"2024-12-16T16:12:25","modified_gmt":"2024-12-16T15:12:25","slug":"nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek","status":"publish","type":"post","link":"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/","title":{"rendered":"Nextcloud Podcast N. 17: Insights from CEO and Founder Frank Karlitschek"},"content":{"rendered":"\n<p>Every new year marks the time for reflection and change. By waving goodbye to 2022, we also said hello to the revamp of the Nextcloud Podcast.<\/p>\n\n\n\n<p>Starting this January 2023, we have a brand new host from our very own team &#8211; Marius Quabeck! Marius is Nextcloud&rsquo;s Video and Audio Producer, plus a blogger, YouTuber and streamer which makes him an excellent fit for this year&rsquo;s podcast series. <\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\u00ab\u00a0I am thrilled to take on the role of host for this podcast and bring you a year of engaging content around Nextcloud and Open Source. With 12 shows planned this year, we&rsquo;ll have expert interviews and interesting conversations. A big thank you to Ingo Ebel, who has been the host since the first episode and for building this podcast.\u00a0\u00bb<\/p>\n<cite>Marius Quabeck, Video and Audio Producer at Nextcloud<\/cite><\/blockquote>\n\n\n\n<p>Every month you can expect a new podcast episode ranging from the latest in technology, news and trends to expert interviews and big name guests. <\/p>\n\n\n\n<p>To kick off this year, we bring you <strong>Nextcloud Podcast N. 17: A year in review<\/strong> with Nextcloud&rsquo;s CEO and founder Frank Karlitschek.<\/p>\n\n\n\n<p>Nextcloud had a busy year to say the least. From events like the Nextcloud Conference to the Nextcloud Hub 3 release and more, 2022 holds many milestones and experiences for our users. In this exciting new episode, Marius talks to Frank about a variety of Nextcloud topics. You can be sure to learn about:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Work of OpenForum Europe &#8211; An organization that promotes open-source software adoption in the EU<\/li>\n\n\n\n<li>The NextGov Hackathon &#8211; About the week long hackathon and its 5 lucky winners put on by the European Commission and Nextcloud<\/li>\n\n\n\n<li>The Migration feature in Nextcloud Hub which simplifies the process of moving data and settings between Nextcloud instances<\/li>\n\n\n\n<li>Views on EU regulations and suitable alternatives for cloud solutions that comply with them<\/li>\n\n\n\n<li>The EU Commission antitrust case against Microsoft and its potential impact on the cloud computing industry, as well as the improvements brought by the Nextcloud Office Advisory Board<\/li>\n\n\n\n<li>Nextcloud Hub 3 and the Nextcloud Conference<\/li>\n\n\n\n<li>The impact of recent events at Twitter and how Nextcloud Social allows users to participate in the fediverse directly from within Nextcloud<\/li>\n<\/ul>\n\n\n\n<p>And more!<\/p>\n\n\n\n<p>This is an engaging episode that will leave you with a better idea of what Nextcloud accomplished in 2022 and faces this year in the world of open source, an ever changing cloud computing scene, the fediverse and more.<\/p>\n\n\n\n<p>We now invite you to sit back, relax and enjoy the podcast!<\/p>\n\n\n<script src=\"https:\/\/cdn.podlove.org\/web-player\/5.x\/embed.js\"><\/script>\r\n<script>\r\n\tconst RSS_URL = \"https:\/\/nextcloud.com\/c\/themes\/nextcloud-theme\/podcast-feed.rss\";\r\n\tconst config_URL = \"https:\/\/nextcloud.com\/c\/themes\/nextcloud-theme\/dist\/js\/config.json\";\r\n\tconst version = 5;\r\n\tconst show = {\r\n\t\ttitle: \"Nextcloud Podcast\",\r\n\t\tsubtitle: \"Nextcloud's own podcast\",\r\n\t\tsummary: \"Every week we will talk about a subject concerning the community, data privacy and digital sovereignty\",\r\n\t\tposter: \"https:\/\/nextcloud.com\/c\/themes\/nextcloud-theme\/dist\/img\/nextcloud-podcast-logo.png\",\r\n\t\tlink: \"https:\/\/nextcloud.com\/podcast\"\r\n\t};\r\n\r\n\tPromise.all([\r\n\t\tfetch(RSS_URL)\r\n\t\t.then(rss_response => rss_response.text()),\r\n\t\tfetch(config_URL)\r\n\t\t.then(config_response => config_response.json())\r\n\t]).then((response) => {\r\n\t\tconst rss_data = new window.DOMParser().parseFromString(response[0], \"text\/xml\");\r\n\t\tconst episodes_nodes = rss_data.querySelectorAll(\"item\");\r\n\t\tlet config_data = response[1];\r\n\r\n\t\tlet episodes_list = [];\r\n\t\tlet playlist = [];\r\n\t\tepisodes_nodes.forEach(episode => {\r\n\t\t\tlet audio_object = {\r\n\t\t\t\turl: episode.querySelector(\"enclosure\").getAttribute(\"url\"),\r\n\t\t\t\tsize: episode.querySelector(\"enclosure\").getAttribute(\"length\"),\r\n\t\t\t\ttitle: episode.querySelector(\"title\").textContent,\r\n\t\t\t\tmimeType: episode.querySelector(\"enclosure\").getAttribute(\"type\")\r\n\t\t\t};\r\n\r\n\t\t\t\/**\r\n\t\t\t * Episode related Information\r\n\t\t\t *\/\r\n\t\t\tlet episode_config = {\r\n\t\t\t\tversion: version,\r\n\t\t\t\tshow: show,\r\n\t\t\t\ttitle: episode.querySelector(\"title\").textContent,\r\n\t\t\t\tsubtitle: episode.getElementsByTagName(\"itunes:subtitle\")[0].textContent,\r\n\t\t\t\tsummary: episode.getElementsByTagName(\"itunes:summary\")[0].textContent,\r\n\t\t\t\tpublicationDate: episode.querySelector(\"pubDate\").textContent,\r\n\t\t\t\tposter: \"https:\/\/nextcloud.com\/c\/themes\/nextcloud-theme\/dist\/img\/nextcloud-podcast-logo.png\",\r\n\t\t\t\tduration: episode.getElementsByTagName(\"itunes:duration\")[0].textContent,\r\n\t\t\t\tlink: episode.querySelector(\"link\").textContent,\r\n\t\t\t\taudio: [audio_object],\r\n\t\t\t\tplaylist: [],\r\n\t\t\t\tcontributors: [{\r\n\t\t\t\t\tid: \"\",\r\n\t\t\t\t\tname: \"\",\r\n\t\t\t\t\tavatar: \"\",\r\n\t\t\t\t\tgroup: {\r\n\t\t\t\t\t\t\"id\": \"\",\r\n\t\t\t\t\t\t\"slug\": \"\",\r\n\t\t\t\t\t\t\"title\": \"\"\r\n\t\t\t\t\t}\r\n\t\t\t\t}]\r\n\t\t\t};\r\n\t\t\tepisodes_list.push(episode_config);\r\n\r\n\t\t\tlet episode_object = {\r\n\t\t\t\ttitle: episode_config.title,\r\n\t\t\t\tduration: episode_config.duration,\r\n\t\t\t\thref: episode_config.link,\r\n\t\t\t\timage: \"author.jpg\",\r\n\t\t\t\tconfig: {}\r\n\t\t\t};\r\n\t\t\tplaylist.push(episode_object);\r\n\t\t});\r\n\r\n\t\t\/\/ add config for each episode in playlist\r\n\t\tlet episode_number = 0;\r\n\t\tplaylist.forEach(episode => {\r\n\t\t\tepisode.config = episodes_list[episode_number];\r\n\t\t\tepisode_number++;\r\n\t\t});\r\n\r\n\t\t\/\/ add playlist to episodes\r\n\t\tepisodes_list.forEach(episode => {\r\n\t\t\tepisode.playlist = playlist;\r\n\t\t});\r\n\r\n\t\tconfig_data.playlist = playlist;\r\n\t\twindow.podlovePlayer(\"#podcast-player\", episodes_list[0], config_data)\r\n\t\t\t.then(store => {\r\n\t\t\t\tstore.subscribe(() => {\r\n\t\t\t\t\t\/\/console.log(store.getState());\r\n\t\t\t\t});\r\n\t\t\t});\r\n\t});\r\n<\/script>\r\n<section class=\"podcast-section\" id=\"\">\r\n\t<div class=\"container\">\r\n\t\t<div class=\"row justify-content-center\"><div class=\"col-lg-10\"><div class=\"section-title\"><h3>Listen to the latest episode now!<\/h3><\/div><\/div><\/div>\t\t<div class=\"row justify-content-center\">\r\n\t\t\t<div class=\"col-lg-9\">\r\n\t\t\t\t<div id=\"podcast-player\"><\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<div class=\"row justify-content-center\"><div class=\"col-lg-10\"><ul class=\"links\"><li><h4>Subscribe now!<\/h4><\/li><li><a href=\"https:\/\/nextcloud.com\/podcast-feed.rss\" target=\"_blank\">mp3 RSS feed<\/a><\/li><li><a href=\"https:\/\/podcasts.apple.com\/de\/podcast\/the-nextcloud-podcast\/id1517381474\" target=\"_self\">Apple Podcast\/iTunes<\/a><\/li><li><a href=\"https:\/\/open.spotify.com\/show\/622xNEOPDzAltHbCh5MF9x\" target=\"_blank\">Spotify<\/a><\/li><\/ul><\/div><\/div>\t<\/div>\r\n<\/section>\r\n\r\n\r\n\n\n\n<h2 class=\"wp-block-heading\">Shownotes<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/nextcloud.com\/blog\/nextcloud-joins-openforum-europe-for-an-open-and-competitive-digital-ecosystem\/\" target=\"_blank\" rel=\"noreferrer noopener\">Nextcloud joins OpenForum Europe for an open and competitive digital ecosystem<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/nextcloud.com\/blog\/nextgov-hackathon\/\" target=\"_blank\" rel=\"noreferrer noopener\">The European Commission &amp; Nextcloud invites you to the NextGov Hackathon April 25-29!<\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/nextcloud.com\/blog\/thats-a-wrap-the-nextgov-hackathon-was-a-success-learn-about-what-got-done\/\" target=\"_blank\" rel=\"noreferrer noopener\">That\u2019s a Wrap! The NextGov Hackathon was a success, learn about what got done!<\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"https:\/\/nextcloud.com\/developer\/\" target=\"_blank\" rel=\"noreferrer noopener\">Develop for Nextcloud<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/nextcloud.com\/blog\/nextcloud-hub-24-is-here\/\" target=\"_blank\" rel=\"noreferrer noopener\">Nextcloud Hub 24 is here<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/nextcloud.com\/blog\/data-protection-microsoft-365-banned-in-baden-wurttembergs-schools-suitable-alternatives-exist\/\" target=\"_blank\" rel=\"noreferrer noopener\">Data protection: Microsoft 365 banned in Baden-W\u00fcrttemberg\u2019s schools. Suitable alternatives exist! <\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/nextcloud.com\/blog\/the-new-transatlantic-data-privacy-framework-fails-to-make-us-cloud-services-gdpr-compliant\/\" target=\"_blank\" rel=\"noreferrer noopener\">The new Transatlantic Data Privacy Framework fails to make US cloud services GDPR compliant<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/nextcloud.com\/blog\/baden-wurttemberg-procurement-chamber-decides-us-cloud-services-are-not-gdpr-compliant\/\" target=\"_blank\" rel=\"noreferrer noopener\">Baden-W\u00fcrttemberg Procurement Chamber decides US Cloud Services are not GDPR compliant<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/nextcloud.com\/blog\/europe-steps-up-fight-for-digital-sovereignty-bans-365-and-workspace-in-more-places\/\" target=\"_blank\" rel=\"noreferrer noopener\">Europe steps up fight for digital sovereignty, bans 365 and Workspace in more places<\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"https:\/\/nextcloud.com\/blog\/nextcloud-in-the-wall-street-journal-microsoft-and-cookies\/\" target=\"_blank\" rel=\"noreferrer noopener\">Nextcloud in the Wall Street Journal: Microsoft and cookies<\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/nextcloud.com\/blog\/galileo-presents-nextcloud-as-major-challenger-of-microsoft\/\" target=\"_blank\" rel=\"noreferrer noopener\">Galileo Presents Nextcloud as Major Challenger of Microsoft<\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Nextcloud Office Advisory Board<\/li>\n\n\n\n<li><a href=\"https:\/\/nextcloud.com\/blog\/announcing-nextcloud-hub-3-brand-new-design-and-photos-2-0-with-editor-and-ai\/\" target=\"_blank\" rel=\"noreferrer noopener\">Announcing Nextcloud Hub 3 \u2013 Brand New Design and Photos 2.0 with Editor and AI<\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/nextcloud.com\/blog\/nextcloud-office-release-solves-document-compatibility-overhauls-knowledge-management\/\" target=\"_blank\" rel=\"noreferrer noopener\">Nextcloud Office release solves document compatibility, overhauls knowledge management<\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"https:\/\/nextcloud.com\/blog\/nextcloud-ceo-kicks-off-nextcloud-conference-with-keynote-speech\/\" target=\"_blank\" rel=\"noreferrer noopener\">Nextcloud CEO kicks off Nextcloud Conference with Keynote Speech<\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/nextcloud.com\/blog\/re-cap-of-day-two-at-the-2022-nextcloud-conference\/\" target=\"_blank\" rel=\"noreferrer noopener\">Re-Cap of DAY TWO at the 2022 Nextcloud Conference!<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.youtube.com\/playlist?list=PL4eBKdNy6FCGX2WW6fFqMiFJvi4gf_Hiw\" target=\"_blank\" rel=\"noreferrer noopener\">Videos from Nextcloud Conference<\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"https:\/\/nextcloud.com\/blog\/first-in-germany-again-2\/\" target=\"_blank\" rel=\"noreferrer noopener\">First in Germany again!<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/nextcloud.com\/blog\/no-need-to-trust-musk-we-go-federated-with-nextcloud-social\/\" target=\"_blank\" rel=\"noreferrer noopener\">Trust in Musk or go federated with Nextcloud Social!<\/a><\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/nextcloud.com\/podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Tune in now!<\/a><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Every new year marks the time for reflection and change. By waving goodbye to 2022, we also said hello to the revamp of the Nextcloud Podcast. Starting this January 2023, we have a brand new host from our very own team &#8211; Marius Quabeck! Marius is Nextcloud&rsquo;s Video and Audio Producer, plus a blogger, YouTuber [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":89892,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"publish_to_discourse":"","publish_post_category":"22","wpdc_auto_publish_overridden":"","wpdc_topic_tags":"","wpdc_pin_topic":"","wpdc_pin_until":"","discourse_post_id":"411925","discourse_permalink":"https:\/\/help.nextcloud.com\/t\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/154024","wpdc_publishing_response":"success","wpdc_publishing_error":"","footnotes":""},"categories":[11,7,8],"tags":[],"class_list":["post-89643","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-news","category-podcast"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Nextcloud Podcast N. 17: Insights from CEO and Founder Frank Karlitschek - Nextcloud<\/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:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Nextcloud Podcast N. 17: Insights from CEO and Founder Frank Karlitschek - Nextcloud\" \/>\n<meta property=\"og:description\" content=\"Every new year marks the time for reflection and change. By waving goodbye to 2022, we also said hello to the revamp of the Nextcloud Podcast. Starting this January 2023, we have a brand new host from our very own team &#8211; Marius Quabeck! Marius is Nextcloud&rsquo;s Video and Audio Producer, plus a blogger, YouTuber [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/\" \/>\n<meta property=\"og:site_name\" content=\"Nextcloud\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Nextclouders\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-01-19T15:20:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-16T15:12:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nextcloud.com\/c\/uploads\/2023\/01\/nextcloud-podcast-featured-image.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Mikaela Schneider\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@nextclouders\" \/>\n<meta name=\"twitter:site\" content=\"@nextclouders\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mikaela Schneider\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\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:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/\"},\"author\":{\"name\":\"Mikaela Schneider\",\"@id\":\"https:\/\/nextcloud.com\/fr\/#\/schema\/person\/ea95df24e6e3adc5f63c79555fa599f5\"},\"headline\":\"Nextcloud Podcast N. 17: Insights from CEO and Founder Frank Karlitschek\",\"datePublished\":\"2023-01-19T15:20:50+00:00\",\"dateModified\":\"2024-12-16T15:12:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/\"},\"wordCount\":599,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/nextcloud.com\/fr\/#organization\"},\"image\":{\"@id\":\"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/nextcloud.com\/c\/uploads\/2023\/01\/nextcloud-podcast-featured-image.png\",\"articleSection\":[\"Blog\",\"News\",\"Podcast\"],\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/\",\"url\":\"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/\",\"name\":\"Nextcloud Podcast N. 17: Insights from CEO and Founder Frank Karlitschek - Nextcloud\",\"isPartOf\":{\"@id\":\"https:\/\/nextcloud.com\/fr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/nextcloud.com\/c\/uploads\/2023\/01\/nextcloud-podcast-featured-image.png\",\"datePublished\":\"2023-01-19T15:20:50+00:00\",\"dateModified\":\"2024-12-16T15:12:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/#primaryimage\",\"url\":\"https:\/\/nextcloud.com\/c\/uploads\/2023\/01\/nextcloud-podcast-featured-image.png\",\"contentUrl\":\"https:\/\/nextcloud.com\/c\/uploads\/2023\/01\/nextcloud-podcast-featured-image.png\",\"width\":1920,\"height\":1080,\"caption\":\"Nextcloud Podcast\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/nextcloud.com\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Nextcloud Podcast N. 17: Insights from CEO and Founder Frank Karlitschek\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nextcloud.com\/fr\/#website\",\"url\":\"https:\/\/nextcloud.com\/fr\/\",\"name\":\"Nextcloud\",\"description\":\"Regain control over your data\",\"publisher\":{\"@id\":\"https:\/\/nextcloud.com\/fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nextcloud.com\/fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/nextcloud.com\/fr\/#organization\",\"name\":\"Nextcloud\",\"url\":\"https:\/\/nextcloud.com\/fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/nextcloud.com\/fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg\",\"contentUrl\":\"https:\/\/nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg\",\"width\":\"1024\",\"height\":\"1024\",\"caption\":\"Nextcloud\"},\"image\":{\"@id\":\"https:\/\/nextcloud.com\/fr\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Nextclouders\/\",\"https:\/\/x.com\/nextclouders\",\"https:\/\/www.linkedin.com\/company\/10827569\/\",\"https:\/\/youtube.com\/nextcloud\",\"https:\/\/www.instagram.com\/nextclouders\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/nextcloud.com\/fr\/#\/schema\/person\/ea95df24e6e3adc5f63c79555fa599f5\",\"name\":\"Mikaela Schneider\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/nextcloud.com\/fr\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9b0e9ca5948ab0ab4c0732dd1e79442d7b531e574a27757a9fbc4fad5f732b0f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9b0e9ca5948ab0ab4c0732dd1e79442d7b531e574a27757a9fbc4fad5f732b0f?s=96&d=mm&r=g\",\"caption\":\"Mikaela Schneider\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Nextcloud Podcast N. 17: Insights from CEO and Founder Frank Karlitschek - Nextcloud","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:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/","og_locale":"fr_FR","og_type":"article","og_title":"Nextcloud Podcast N. 17: Insights from CEO and Founder Frank Karlitschek - Nextcloud","og_description":"Every new year marks the time for reflection and change. By waving goodbye to 2022, we also said hello to the revamp of the Nextcloud Podcast. Starting this January 2023, we have a brand new host from our very own team &#8211; Marius Quabeck! Marius is Nextcloud&rsquo;s Video and Audio Producer, plus a blogger, YouTuber [&hellip;]","og_url":"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/","og_site_name":"Nextcloud","article_publisher":"https:\/\/www.facebook.com\/Nextclouders\/","article_published_time":"2023-01-19T15:20:50+00:00","article_modified_time":"2024-12-16T15:12:25+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/nextcloud.com\/c\/uploads\/2023\/01\/nextcloud-podcast-featured-image.png","type":"image\/png"}],"author":"Mikaela Schneider","twitter_card":"summary_large_image","twitter_creator":"@nextclouders","twitter_site":"@nextclouders","twitter_misc":{"\u00c9crit par":"Mikaela Schneider","Dur\u00e9e de lecture estim\u00e9e":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/#article","isPartOf":{"@id":"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/"},"author":{"name":"Mikaela Schneider","@id":"https:\/\/nextcloud.com\/fr\/#\/schema\/person\/ea95df24e6e3adc5f63c79555fa599f5"},"headline":"Nextcloud Podcast N. 17: Insights from CEO and Founder Frank Karlitschek","datePublished":"2023-01-19T15:20:50+00:00","dateModified":"2024-12-16T15:12:25+00:00","mainEntityOfPage":{"@id":"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/"},"wordCount":599,"commentCount":0,"publisher":{"@id":"https:\/\/nextcloud.com\/fr\/#organization"},"image":{"@id":"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/#primaryimage"},"thumbnailUrl":"https:\/\/nextcloud.com\/c\/uploads\/2023\/01\/nextcloud-podcast-featured-image.png","articleSection":["Blog","News","Podcast"],"inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/","url":"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/","name":"Nextcloud Podcast N. 17: Insights from CEO and Founder Frank Karlitschek - Nextcloud","isPartOf":{"@id":"https:\/\/nextcloud.com\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/#primaryimage"},"image":{"@id":"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/#primaryimage"},"thumbnailUrl":"https:\/\/nextcloud.com\/c\/uploads\/2023\/01\/nextcloud-podcast-featured-image.png","datePublished":"2023-01-19T15:20:50+00:00","dateModified":"2024-12-16T15:12:25+00:00","breadcrumb":{"@id":"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/#primaryimage","url":"https:\/\/nextcloud.com\/c\/uploads\/2023\/01\/nextcloud-podcast-featured-image.png","contentUrl":"https:\/\/nextcloud.com\/c\/uploads\/2023\/01\/nextcloud-podcast-featured-image.png","width":1920,"height":1080,"caption":"Nextcloud Podcast"},{"@type":"BreadcrumbList","@id":"https:\/\/nextcloud.com\/fr\/blog\/nextcloud-podcast-n-17-insights-from-ceo-and-founder-frank-karlitschek\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nextcloud.com\/fr\/"},{"@type":"ListItem","position":2,"name":"Nextcloud Podcast N. 17: Insights from CEO and Founder Frank Karlitschek"}]},{"@type":"WebSite","@id":"https:\/\/nextcloud.com\/fr\/#website","url":"https:\/\/nextcloud.com\/fr\/","name":"Nextcloud","description":"Regain control over your data","publisher":{"@id":"https:\/\/nextcloud.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nextcloud.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/nextcloud.com\/fr\/#organization","name":"Nextcloud","url":"https:\/\/nextcloud.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/nextcloud.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg","contentUrl":"https:\/\/nextcloud.com\/c\/uploads\/2022\/10\/nextcloud-logo-blue-transparent.svg","width":"1024","height":"1024","caption":"Nextcloud"},"image":{"@id":"https:\/\/nextcloud.com\/fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Nextclouders\/","https:\/\/x.com\/nextclouders","https:\/\/www.linkedin.com\/company\/10827569\/","https:\/\/youtube.com\/nextcloud","https:\/\/www.instagram.com\/nextclouders\/"]},{"@type":"Person","@id":"https:\/\/nextcloud.com\/fr\/#\/schema\/person\/ea95df24e6e3adc5f63c79555fa599f5","name":"Mikaela Schneider","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/nextcloud.com\/fr\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9b0e9ca5948ab0ab4c0732dd1e79442d7b531e574a27757a9fbc4fad5f732b0f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9b0e9ca5948ab0ab4c0732dd1e79442d7b531e574a27757a9fbc4fad5f732b0f?s=96&d=mm&r=g","caption":"Mikaela Schneider"}}]}},"featured_media_url":"https:\/\/nextcloud.com\/c\/uploads\/2023\/01\/nextcloud-podcast-featured-image.png","_links":{"self":[{"href":"https:\/\/nextcloud.com\/fr\/wp-json\/wp\/v2\/posts\/89643","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nextcloud.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nextcloud.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nextcloud.com\/fr\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/nextcloud.com\/fr\/wp-json\/wp\/v2\/comments?post=89643"}],"version-history":[{"count":1,"href":"https:\/\/nextcloud.com\/fr\/wp-json\/wp\/v2\/posts\/89643\/revisions"}],"predecessor-version":[{"id":275939,"href":"https:\/\/nextcloud.com\/fr\/wp-json\/wp\/v2\/posts\/89643\/revisions\/275939"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nextcloud.com\/fr\/wp-json\/wp\/v2\/media\/89892"}],"wp:attachment":[{"href":"https:\/\/nextcloud.com\/fr\/wp-json\/wp\/v2\/media?parent=89643"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nextcloud.com\/fr\/wp-json\/wp\/v2\/categories?post=89643"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nextcloud.com\/fr\/wp-json\/wp\/v2\/tags?post=89643"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}