i used nextcloud with the external link app to embed other app installed on cloudron .
since x-frame-option is deprecated how can i handle cloudron app embedding in nextcloud ?
thanks!
Best posts made by TheNils
-
alternative to site embedding
Latest posts made by TheNils
-
RE: cloudron 6.0.1 fail to install on a new fresh ubuntu 20.04 server
@robi yes i'll might do it soon. i've seen in the logs xorg complaining about not finding any cursor. there's definitelly some funny stuff going on with this ubuntu image...
-
RE: cloudron 6.0.1 fail to install on a new fresh ubuntu 20.04 server
i have watched journalctl until it crash and ...
Apparently it was systemd-sleep kicking in and suspending the server ...
i previsously missed it from logs because i was searching for errors.
( also i was assuming that it came from scalway because the first server was completly broken and they had to replace it)i have disabled power management with :
$: systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
it should go fine now.
Thanks for your time
-
RE: cloudron 6.0.1 fail to install on a new fresh ubuntu 20.04 server
@girish it may only be my server... the scalway support is working on my server since my last message because the server is randomly going offline for no apparent reason after(?) installing cloudron. they even tryed to change the server because the ubuntu reinstalaltion process got broken at some point.
on their ubuntu image openntpd is installed in place of systemd-timesyncd.
have you ever encountered this kind of probleme (server randomly going offline ) ?
-
RE: cloudron 6.0.1 fail to install on a new fresh ubuntu 20.04 server
@nebulon said in cloudron 6.0.1 fail to install on a new fresh ubuntu 20.04 server:
apt-get install ntp
i already done that but no change.
after installing$: timedatectl status
rerpot :Local time: Tue 2020-12-08 13:50:22 CET Universal time: Tue 2020-12-08 12:50:22 UTC RTC time: Tue 2020-12-08 12:50:22 Time zone: Europe/Paris (CET, +0100) System clock synchronized: no NTP service: n/a RTC in local TZ: no
relating to this answer on serverfault :
timedatectl command reports that NTP is in use when either chronyd or systemd-timesyncd
apt-get install systemd-timesyncd
seems to solve my problem ( chronyd does not work for me)... -
RE: cloudron 6.0.1 fail to install on a new fresh ubuntu 20.04 server
@nebulon scaleway dedicated server (see here the store-1-s)
-
cloudron 6.0.1 fail to install on a new fresh ubuntu 20.04 server
hi there,
i'm trying to install cloudron on a new fresh ubunntu 20.04 server
the installation fail with the following error :echo "==> Configuring host" ==> Configuring host sed -e 's/^#NTP=/NTP=0.ubuntu.pool.ntp.org 1.ubuntu.pool.ntp.org 2.ubuntu.pool.ntp.org 3.ubuntu.pool.ntp.org/' -i /etc/systemd/timesyncd.conf timedatectl set-ntp 1 Failed to set ntp: NTP not supported
i have tried to manually setup timedatectl with a ntp service but the same error append.
keep up the great work ! -
can't create repo on git.cloudron.io
Hi there ,
i'm not able to create repositories on git.cloudron.io .
i 've made 2 app that i would wan't to share to the community.- PlayFramework-app which is a git repo that build play framework and run it on git push. (thanks to the cloudron team for the github pages app , that helped a lot ) (git epo )
- Warp10-app (a geo time series database , see here ) the dockerfile is really dirty for the moment but it work quite well (git repo )
even if it's not good enough for the app store it may be usefull for other tinkerer's over there to play with (and i plane to polish them over time)...
i see others publishing on git.cloudron.io so i wonder if the 0 repo limit on my account is wanted or not
Thanks -
RE: Get permissions to build projects on git.cloudron.io??
@nebulon i have the same probleme, unable to create or fork repos with my account 'https://git.cloudron.io/TheNils'.
my account is not the same as my cloudron's forum account because i've lost the phone with the 2fa app for this account (don't know if it's the cause...) -
alternative to site embedding
i used nextcloud with the external link app to embed other app installed on cloudron .
since x-frame-option is deprecated how can i handle cloudron app embedding in nextcloud ?
thanks! -
Unable to get nameservers
hi,
i'm trying to add a second domain to my cloudron.
my domaine name is managed by ovh and i have set these dns zones:mydomaine.net. 0 NS dns100.ovh.net.
mydomaine..net. 0 NS ns100.ovh.net.
mydomaine.net. 0 A 212.83.154.126
*.mydomaine.net. 0 A 212.83.154.126
www.mydomaine.net. 0 A 212.83.154.126
when adding it on cloudron with wildcard or manual DNS API provider it always tell me 'Unable to get nameservers'.
also trying to acces mydomain through broweser lead to nginx not found page so i think dns record might be ok .