Self Install Nextcloud In 2024 in a Proxmox Container

Поделиться
HTML-код
  • Опубликовано: 31 июл 2024
  • This video will show the viewer how to install Nextcloud in a proxmox CT using snap
    Commands
    Update CT
    $ apt update && apt upgrade -y
    Install Snap
    $ apt install snapd -y
    Install Nextcloud
    $ snap install nextcloud
    Tell NextCloud your username and password
    $ nextcloud.manual-install username password
    Tell Nextcloud what address you are using
    $ nextcloud.occ config:system:set trusted_domains 1 --value=ip address
  • НаукаНаука

Комментарии • 33

  • @shawnlewis389
    @shawnlewis389 Месяц назад +1

    Thank you for posting. I was just looking last night for some info on doing this exact setup. You guys rock.

  • @j_uice
    @j_uice Месяц назад +1

    Thank you!!!!

  • @fbifido2
    @fbifido2 Месяц назад

    @7:04 - how to tell next cloud what you want to install ????

  • @NoobMaster2787
    @NoobMaster2787 Месяц назад

    thank you man your the only one that worked for me was fast and easy such a legend

  • @BoomVision
    @BoomVision Месяц назад +1

    Dumb question for the day: In many other installs like unraid etc Mariadb etc is required. Does this build automatically include a db system? Cheers for a great walk though !

    • @virtualizeeverything
      @virtualizeeverything  Месяц назад +1

      yes they are all built into the snap that is used for the install

  • @hoxston5935
    @hoxston5935 6 дней назад

    stupid question, how do i get this linked to my domain so that i can access the cloud outside my network?

  • @kristof9497
    @kristof9497 Месяц назад

    Thank you, easy way to install it

  • @mstechjonny8275
    @mstechjonny8275 Месяц назад +1

    I am also wondering about database being used in this installation, thanks

    • @virtualizeeverything
      @virtualizeeverything  Месяц назад

      I don't know what DB was used as part of the snap package

    • @mstechjonny8275
      @mstechjonny8275 Месяц назад

      @@virtualizeeverything No problem, It's great video and checked at snapd store and nextcloud is setup with mysql database.

    • @hbhamilton3
      @hbhamilton3 15 дней назад

      mysql version 8.0.37

  • @Vividsoul7
    @Vividsoul7 Месяц назад

    TASK ERROR: unable to create CT 101 - unsupported Ubuntu version '24.04'

  • @nicopicco
    @nicopicco Месяц назад

    Looked at this video like 3 times over. Can you tell me if this install is using the truenas vm for the data and if so, at what point in the video was that done? Thanks for your help.

  • @cyrilpinto418
    @cyrilpinto418 28 дней назад

    So my understanding is that one would allocate min resources for the lxc itself. For storage however how do we add a Proxmox zfs pool, to store documents and other stuff. Would this be simply by using the add mount point option in Proxmox ?

    • @virtualizeeverything
      @virtualizeeverything  26 дней назад +1

      You could do this as adding mount point. if you do this with the web interface, Proxmox with make it as a qcow2 image. I also don't believe it will back up.

    • @ManuelePolverini
      @ManuelePolverini 20 дней назад

      ​@@virtualizeeverything Yes, you can backup the point also, only need to check "backup" in the mount point settings.

  • @ryanmattie974
    @ryanmattie974 Месяц назад

    I tried this and when I go to hit finish on creating the container, i get the error TASK ERROR: unable to create CT 107 - unsupported Ubuntu version '24.04'. Any ideas why?

    • @KnockoutSplash
      @KnockoutSplash Месяц назад

      same here, just go on with 23.10-1

    • @ryanmattie974
      @ryanmattie974 Месяц назад

      @@KnockoutSplash tried that too and seems to fail on the manual install command

    • @virtualizeeverything
      @virtualizeeverything  21 день назад

      You need to update Proxmox

  • @1222dss
    @1222dss 22 дня назад

    is there any difference with turnkey template in terms of performance/stability?

    • @virtualizeeverything
      @virtualizeeverything  21 день назад

      No But I do fell that nextcloud from snap gets more updates and you and update ubuntu more offten

  • @hawah3283
    @hawah3283 Месяц назад

    Hi there I m having a problem log in to Nextcloud after I m done setup. :-
    Access through untrusted domain
    Please contact your administrator. If you are an administrator, edit the "trusted_domains" setting in config/config.php like the example in config.sample.php.
    Further information how to configure this can be found in the documentation.

  • @InfectFTW
    @InfectFTW Месяц назад

    Is there a possibility to access nextcloud with my laptop via internet (when I'm not in the same network)

    • @virtualizeeverything
      @virtualizeeverything  26 дней назад

      i use a zero trust tunnel. you could also do this by oping port 80 and pointing a domain at your ip, but your ip could change over time.

    • @aidengage8218
      @aidengage8218 15 дней назад

      i believe you can also use tailscale to connect all your devices to the same network. that has worked for me on truenas scale but i am just now setting up a proxmox server so still trying to figure it out.

  • @fbifido2
    @fbifido2 Месяц назад

    @4:22 - ???