Setting up Free Cloud Server using OwnCloud

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ธ.ค. 2021
  • Hi Guys, in this video I will be using Windows 11 to setup ownCloud using Docker.
    Docker Website : www.docker.com/get-started
    DuckDns website: www.duckdns.org/
    OwnCloud Website: owncloud.com/
    commands to install ownCloud on Docker: docker run --rm --name oc-eval -d -e OWNCLOUD_DOMAIN=localhost:8080 -p8080:8080 owncloud/server

ความคิดเห็น • 62

  • @himashhussain7851
    @himashhussain7851 2 ปีที่แล้ว +1

    well explained brother ❤️ Thank you so much..
    waiting for upcoming videos 👍

  • @ThisBeGizmos
    @ThisBeGizmos 10 หลายเดือนก่อน

    This worked great, thanks for the help, it also works with UCS Owncloud server

  • @a.garimachorariahbs7c069
    @a.garimachorariahbs7c069 หลายเดือนก่อน

    Thanks mate this is the best video to get started thank you so much 😊❤

  • @shubhampatil187
    @shubhampatil187 2 ปีที่แล้ว +1

    it was a detailed video.
    Thank you for the video.🔥

    • @metkalfatimezzahra1991
      @metkalfatimezzahra1991 หลายเดือนก่อน

      n the step "configure port forwarding"
      it showed me that the password must be between 6 and 12 while my username is admin and my password is admin when I change the password so that it contains between 6 and 12 character it shows me that the password is incorrect , any idea

  • @Tobby4063
    @Tobby4063 2 ปีที่แล้ว

    Great video - thank you.

  • @martinbell225
    @martinbell225 2 ปีที่แล้ว +1

    Thank you brother, very helpfull ,

  • @induraushan4252
    @induraushan4252 ปีที่แล้ว

    well explained and nice video!

  • @chinabala
    @chinabala 2 ปีที่แล้ว +10

    Quick question, how to change default storage path to another hard drive?

    • @amazonbox1115
      @amazonbox1115 4 หลายเดือนก่อน

      thats what im wondering, havent found a solution

  • @crazy_beast
    @crazy_beast 2 ปีที่แล้ว

    Amazing video thanks a lot!!

    • @metkalfatimezzahra1991
      @metkalfatimezzahra1991 หลายเดือนก่อน

      in the step "configure port forwarding"
      it showed me "the password must be between 6 and 12caracter " while my username is admin and my password is admin when I change the password so that it contains between 6 and 12 character it shows me that the password is incorrect , any idea

    • @crazy_beast
      @crazy_beast หลายเดือนก่อน +1

      @@metkalfatimezzahra1991 Hello, sorry but I haven't used this anymore, unfortunately I can't help, however at the time I configured it I don't remember having this problem.

  • @HandCraftBandit
    @HandCraftBandit 2 ปีที่แล้ว

    Thank you!

  • @sighera
    @sighera 2 ปีที่แล้ว

    Thanks!

  • @metkalfatimezzahra1991
    @metkalfatimezzahra1991 หลายเดือนก่อน

    in the step "configure port forwarding"
    it showed me " the password must be between 6 and 12 caracter" while my username is admin and my password is admin when I change the password so that it contains between 6 and 12 character it shows me that the password is incorrect please help me

  • @advshyam5886
    @advshyam5886 ปีที่แล้ว

    Thank you Sir,
    Shall we install the same software and method in Win 10 Pro

  • @Bllabla
    @Bllabla 2 ปีที่แล้ว

    i can´t start the docker, it says " Docker Desktop waiting" and it stays just like that :(

  • @CWYCharles
    @CWYCharles ปีที่แล้ว +3

    How much is your storage volume in this video? Where will the files be stored?

    • @sale666
      @sale666 ปีที่แล้ว

      It will be stored in that docker container that i find totaly bad because if something happenes and linux tends to have issues with itself just for fun you will have a hell of a ride taking those files out trust me..

  • @mandeepjoon
    @mandeepjoon ปีที่แล้ว

    how to do trusted domain settings
    i need to trust my ip in order to access it

  • @mishahavryliak4294
    @mishahavryliak4294 ปีที่แล้ว +1

    Hello. I did all, but have mistake, when trying to launch via ip address. Untrasted domain. I can launch via local host only. How can I fix this problem?

    • @sagarkalpund680
      @sagarkalpund680 ปีที่แล้ว

      same problem m facing did find any solution for that

  • @brunoferreira7275
    @brunoferreira7275 ปีที่แล้ว

    Brandony man pls i need to know how can I restore the snare and the hat in the channel rack, I accidentally deleted them.

  • @user-jx7bk9kf2j
    @user-jx7bk9kf2j 8 หลายเดือนก่อน

    hw many users we can createw on owncloud in home fileserver

  • @madguyz8671
    @madguyz8671 2 ปีที่แล้ว

    brother im changing admin name and password but not login???

  • @user-ec6wy6tx1z
    @user-ec6wy6tx1z 9 หลายเดือนก่อน

    i cant fix the untrusted domain issue, any suggestion?When I try to connect through public ip I'm encountering the same problem, "You are accessing the server from an untrusted domain.
    Please contact your administrator. If you are an administrator of this instance, configure the "trusted_domains" setting in config/config.php. An example configuration is provided in config/config.sample.php or at the documentation". I would love to get some help to resolve this problem. 10x

    • @mr_erving
      @mr_erving 4 หลายเดือนก่อน +1

      To anyone dealing with the trusted domain issue:
      if you look in your config directory (under /mnt/data/config for me) in the container files, you will see a config file and a config_overwrite file. Basically, the overwrite file is setting the trusted domain string to empty because there are two environment variables that are not set. These environment variables are ‘OWNCLOUD_TRUSTED_DOMAINS’ and 'OWNCLOUD_DOMAIN'.
      How to fix:
      option 1: set the environment variable to the desired trusted domains in the dockerenv file or you can also set it directly in the docker compose file.
      option 2: delete overwrite file
      Hopefully this saves some time understanding the issue for people. Sorry if this is not 100% accurate I am new to this. More information about this issue available on the owncloud forum by the user pironic.

  • @CareerIT-mf6yf
    @CareerIT-mf6yf 17 วันที่ผ่านมา

    Hey there It is a great video. Kindly teach us how to take backup of ownCloud

  • @yosefniyazov
    @yosefniyazov 8 หลายเดือนก่อน

    hey man, i like this video very much, thank you! would you know how i can change the logos and background using docker station?

    • @metkalfatimezzahra1991
      @metkalfatimezzahra1991 หลายเดือนก่อน

      in the step "configure port forwarding"
      it showed me "the password must be between 6 and 12caracter " while my username is admin and my password is admin when I change the password so that it contains between 6 and 12 character it shows me that the password is incorrect , any idea

  • @Ghostv33
    @Ghostv33 2 ปีที่แล้ว +1

    where do the files of owncloud get stored?

    • @maienduo
      @maienduo ปีที่แล้ว

      in your pc

  • @edustation3424
    @edustation3424 ปีที่แล้ว

    how to convert it to public cloud and how to get this on our name than owncloud need to create my own cloud company please guide its urgent ready to pay to you for that if u work for me

  • @emmanuelarmah8552
    @emmanuelarmah8552 2 ปีที่แล้ว

    How many users for the free version

  • @brennenmcminn2387
    @brennenmcminn2387 2 ปีที่แล้ว

    This video is why I’m using ownCloud instead of Nextcloud

  • @ggwphunter841
    @ggwphunter841 ปีที่แล้ว

    i cant fix the untrusted domain issue, any suggestion?

    • @mr_erving
      @mr_erving 4 หลายเดือนก่อน

      To anyone dealing with the trusted domain issue:
      if you look in your config directory (under /mnt/data/config for me) in the container files, you will see a config file and a config_overwrite file. Basically, the overwrite file is setting the trusted domain string to empty because there are two environment variables that are not set. These environment variables are ‘OWNCLOUD_TRUSTED_DOMAINS’ and 'OWNCLOUD_DOMAIN'.
      How to fix:
      option 1: set the environment variable to the desired trusted domains in the dockerenv file or you can also set it directly in the docker compose file.
      option 2: delete overwrite file
      Hopefully this saves some time understanding the issue for people. Sorry if this is not 100% accurate I am new to this. More information about this issue available on the owncloud forum by the user pironic.

  • @abbaschanna6628
    @abbaschanna6628 5 หลายเดือนก่อน

    Bro, why did you stop posting video's, I can see you are not active on youtube. Any specific reason.

  • @domdomgin
    @domdomgin หลายเดือนก่อน

    Help with the untrusted domain issue.Any video for that.

    • @iNetwork365
      @iNetwork365  8 วันที่ผ่านมา +1

      If the error is happening in pc which is member of the domain ensure the dns ip the active directory. If the ip is correct then only and best option is to remove from the domain and add the pc again back to domain

  • @user-ec6wy6tx1z
    @user-ec6wy6tx1z 11 หลายเดือนก่อน

    installed like this, can owncloud be accessed over the internet?

    • @iNetwork365
      @iNetwork365  9 หลายเดือนก่อน +1

      Yes you can use.

  • @bhaktijathar2593
    @bhaktijathar2593 2 ปีที่แล้ว

    Hyper v option is not in my control panel

    • @iNetwork365
      @iNetwork365  2 ปีที่แล้ว

      try using virtual box, its a free software

  • @mohinmohin3566
    @mohinmohin3566 3 หลายเดือนก่อน

    need to lower down the music. just lil bit for the background

  • @omegacharles0000
    @omegacharles0000 6 หลายเดือนก่อน

    can i use it without port forwarding?

    • @mr_erving
      @mr_erving 4 หลายเดือนก่อน

      you can just not outside of your network

  • @adilrao321
    @adilrao321 ปีที่แล้ว

    Port 8080 is closed

  • @johnpatitucci7919
    @johnpatitucci7919 3 หลายเดือนก่อน

    Why do I need Docker? why can't I just install it on Windows?

  • @jaimejames2900
    @jaimejames2900 ปีที่แล้ว

    This is Cloud Storage not a Server!

    • @caldeira_a
      @caldeira_a 10 หลายเดือนก่อน

      it is technically a server

  • @leesweets4110
    @leesweets4110 2 ปีที่แล้ว

    This is way too convoluted.

  • @kingzor100
    @kingzor100 ปีที่แล้ว +2

    im just met with You are accessing the server from an untrusted domain.
    Please contact your administrator. If you are an administrator of this instance, configure the "trusted_domains" setting in config/config.php. An example configuration is provided in config/config.sample.php or at the documentation.
    when i try to connect through public ip

    • @capitan2588
      @capitan2588 ปีที่แล้ว

      @@krushalsrikandi Yes you will need to add -e OWNCLOUD_TRUSTED_DOMAINS=public-ip,localhost to the cmd run command, replace public ip with your ip

    • @mr_erving
      @mr_erving 4 หลายเดือนก่อน

      To anyone dealing with the trusted domain issue:
      if you look in your config directory (under /mnt/data/config for me) in the container files, you will see a config file and a config_overwrite file. Basically, the overwrite file is setting the trusted domain string to empty because there are two environment variables that are not set. These environment variables are ‘OWNCLOUD_TRUSTED_DOMAINS’ and 'OWNCLOUD_DOMAIN'.
      How to fix:
      option 1: set the environment variable to the desired trusted domains in the dockerenv file or you can also set it directly in the docker compose file.
      option 2: delete overwrite file
      Hopefully this saves some time understanding the issue for people. Sorry if this is not 100% accurate I am new to this. More information about this issue available on the owncloud forum by the user pironic.

  • @sdcard5853
    @sdcard5853 ปีที่แล้ว

    Thanks bro
    How to create a public cloud on our name like onedrive Dropbox or Google
    And one more thing where my data is being stored in this case?
    Can I contact you?

  • @tlellis2798
    @tlellis2798 ปีที่แล้ว

    When I try to connect through public ip I'm encountering the same problem as kingzor100, "You are accessing the server from an untrusted domain.
    Please contact your administrator. If you are an administrator of this instance, configure the "trusted_domains" setting in config/config.php. An example configuration is provided in config/config.sample.php or at the documentation". I would love to get some help to resolve this problem. Thanks

    • @mr_erving
      @mr_erving 4 หลายเดือนก่อน

      To anyone dealing with the trusted domain issue:
      if you look in your config directory (under /mnt/data/config for me) in the container files, you will see a config file and a config_overwrite file. Basically, the overwrite file is setting the trusted domain string to empty because there are two environment variables that are not set. These environment variables are ‘OWNCLOUD_TRUSTED_DOMAINS’ and 'OWNCLOUD_DOMAIN'.
      How to fix:
      option 1: set the environment variable to the desired trusted domains in the dockerenv file or you can also set it directly in the docker compose file.
      option 2: delete overwrite file
      Hopefully this saves some time understanding the issue for people. Sorry if this is not 100% accurate I am new to this. More information about this issue available on the owncloud forum by the user pironic.