{"id":307,"date":"2021-12-06T00:01:24","date_gmt":"2021-12-05T23:01:24","guid":{"rendered":"http:\/\/daisy-street.fr\/?p=307"},"modified":"2021-12-09T00:45:05","modified_gmt":"2021-12-08T23:45:05","slug":"filebot-node-en-version-4-7-9-sans-license","status":"publish","type":"post","link":"https:\/\/daisy-street.fr\/index.php\/2021\/12\/06\/filebot-node-en-version-4-7-9-sans-license\/","title":{"rendered":"filebot-node en version 4.7.9 sans license"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Deployer l&#8217;image docker<\/h2>\n\n\n\n<p>Deployer et lancer l&#8217;image filebot-node dans un docker<\/p>\n\n\n\n<p><a href=\"https:\/\/hub.docker.com\/r\/rednoah\/filebot\">https:\/\/hub.docker.com\/r\/rednoah\/filebot<\/a><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>docker run --rm -it -v $PWD:\/volume1 -v data:\/data -p 5452:5452 rednoah\/filebot:node &amp;\n<\/code><\/pre>\n\n\n\n<p>puis recupere l&#8217;id du container<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>docker container ls\n<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"690\" height=\"51\" data-attachment-id=\"308\" data-permalink=\"https:\/\/daisy-street.fr\/index.php\/2021\/12\/06\/filebot-node-en-version-4-7-9-sans-license\/image-4-3\/\" data-orig-file=\"https:\/\/daisy-street.fr\/wp-content\/uploads\/2021\/12\/image-4.png\" data-orig-size=\"690,51\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"image-4\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/daisy-street.fr\/wp-content\/uploads\/2021\/12\/image-4-300x22.png\" data-large-file=\"https:\/\/daisy-street.fr\/wp-content\/uploads\/2021\/12\/image-4.png\" src=\"http:\/\/daisy-street.fr\/wp-content\/uploads\/2021\/12\/image-4.png\" alt=\"\" class=\"wp-image-308\" srcset=\"https:\/\/daisy-street.fr\/wp-content\/uploads\/2021\/12\/image-4.png 690w, https:\/\/daisy-street.fr\/wp-content\/uploads\/2021\/12\/image-4-300x22.png 300w\" sizes=\"auto, (max-width: 690px) 100vw, 690px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Modifier l&#8217;image<\/h2>\n\n\n\n<p>envoyer le fichier filebot_4.7.9_amd64.deb dans le container<\/p>\n\n\n\n<div class=\"wp-block-file\"><a href=\"http:\/\/daisy-street.fr\/wp-content\/uploads\/2021\/12\/filebot_4.7.9_amd64.deb_.7z\">filebot_4.7.9_amd64.deb_<\/a><a href=\"http:\/\/daisy-street.fr\/wp-content\/uploads\/2021\/12\/filebot_4.7.9_amd64.deb_.7z\" class=\"wp-block-file__button\" download>T\u00e9l\u00e9charger<\/a><\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>docker cp filebot_4.7.9_amd64.deb c35b578723a3:\/tmp<\/code><\/pre>\n\n\n\n<p>Entre dans le container <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>docker exec -it c35b578723a3 bash\n<\/code><\/pre>\n\n\n\n<p>deployer filebot<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo dpkg -i \/tmp\/filebot_4.7.9_amd64.deb<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"510\" height=\"39\" data-attachment-id=\"310\" data-permalink=\"https:\/\/daisy-street.fr\/index.php\/2021\/12\/06\/filebot-node-en-version-4-7-9-sans-license\/image-5-3\/\" data-orig-file=\"https:\/\/daisy-street.fr\/wp-content\/uploads\/2021\/12\/image-5.png\" data-orig-size=\"510,39\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"image-5\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/daisy-street.fr\/wp-content\/uploads\/2021\/12\/image-5-300x23.png\" data-large-file=\"https:\/\/daisy-street.fr\/wp-content\/uploads\/2021\/12\/image-5.png\" src=\"http:\/\/daisy-street.fr\/wp-content\/uploads\/2021\/12\/image-5.png\" alt=\"\" class=\"wp-image-310\" srcset=\"https:\/\/daisy-street.fr\/wp-content\/uploads\/2021\/12\/image-5.png 510w, https:\/\/daisy-street.fr\/wp-content\/uploads\/2021\/12\/image-5-300x23.png 300w\" sizes=\"auto, (max-width: 510px) 100vw, 510px\" \/><figcaption>puis editer le app.js et suprimer le &#8220;&#8211;apply&#8221;.<\/figcaption><\/figure>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt update\nsudo apt install nano\nnano \/opt\/filebot-node\/server\/app.js<\/code><\/pre>\n\n\n\n<p>commit de l&#8217;image<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>docker commit c35b578723a3 maliciamrg\/filebot-node-479<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">sauvegarde l&#8217;image <\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>docker save -o filebot-node-479.tar maliciamrg\/filebot-node-479\n<\/code><\/pre>\n\n\n\n<p>ou<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>docker login\ndocker image push maliciamrg\/filebot-node-479<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Nettoyer docker<\/h2>\n\n\n\n<p>arreter le container<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>docker container kill c35b578723a3<\/code><\/pre>\n\n\n\n<p>et suprimer l&#8217;image<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>docker image rm maliciamrg\/filebot-node-479\n<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Deployer l&#8217;image docker Deployer et lancer l&#8217;image filebot-node dans un docker https:\/\/hub.docker.com\/r\/rednoah\/filebot puis recupere l&#8217;id du container Modifier l&#8217;image envoyer le fichier filebot_4.7.9_amd64.deb dans le container Entre dans le container deployer filebot commit de l&#8217;image sauvegarde l&#8217;image ou Nettoyer docker arreter le container et suprimer l&#8217;image<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ub_ctt_via":"","_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2}},"categories":[1],"tags":[49,33,9],"class_list":["post-307","post","type-post","status-publish","format-standard","hentry","category-non-classe","tag-filebot","tag-kubernetes","tag-serveur"],"jetpack_publicize_connections":[],"featured_image_src":null,"author_info":{"display_name":"admin9483","author_link":"https:\/\/daisy-street.fr\/index.php\/author\/admin9483\/"},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/posts\/307","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/comments?post=307"}],"version-history":[{"count":6,"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/posts\/307\/revisions"}],"predecessor-version":[{"id":318,"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/posts\/307\/revisions\/318"}],"wp:attachment":[{"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/media?parent=307"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/categories?post=307"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/tags?post=307"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}