NEWS

HARMATTAN

http://rzr.online.fr/q/cloud# OwnCloud on my #DebiaN #NaS and SynC my CaL w/ HarmattaN HandSet. But how to keep Contacts out of the cloud ?

On ServeR :

sudo apt-get install owncloud # works also in testing

On HarmattaN N950 : start account apps just add :

https://$HOSTNAME/owncloud/remote.php/caldav/calendars/$USER/default%20calendar

Also I rebuild a WebDav client for harmattan :

 apt-get update # 1st setup shared repo : http://rzr.online.fr/q/harmattan
 apt-get install meedav

Setup :

https://$HOST/owncloud/remote.php/webdav/

TODO: It starts but does not connect here , can you double check ??

More ToDo :

FeedBack :

OwnCloud :

SERVER

HTTPD

APACHE :

sudo pecl install apc

LigHttpD

* http://forum.owncloud.org/viewtopic.php?f=3&t=3751&p=8419&hilit=limited#p8419
sudo apt-get install lighttpd
lighttpd.conf:3:        "mod_fastcgi",
cat /etc/lighttpd/conf-enabled/owncloud.conf 
# Make ownCloud reachable under /owncloud
#alias.url += ( "/owncloud/" => "/var/lib/owncloud/" )
alias.url += ( "/owncloud/" => "/usr/share/owncloud/" )

# Taken from http://owncloud.org/support/distro-notes, section "lighttpd":
# As .htaccess files are ignored by lighttpd, you have to secure the /data
# folder by yourself, otherwise your owncloud.db database and user data is
# puplicly readable even if directory listing is off. 
$HTTP["url"] =~ "^/owncloud/data/" {
        url.access-deny = ("")
}

$HTTP["url"] =~ "^/owncloud($|/)" {
        dir-listing.activate = "disable"
}

root@nas:/etc/lighttpd# ln -fs /usr/share/doc/owncloud/examples/lighttpd/owncloud.conf ./

root@nas:/etc/lighttpd# /etc/init.d/lighttpd restart

NgInx :

@TaG: HttpD RpI NaS

WebDav

CARDDAV

SOFTWARE

k8s

WEB SERVICES

MISC

HARDWARE

00:46 < rzr> paske si worldcompany veux pas filer les sources de leur box
00:46 < rzr> sous pretexte que la box est ds leur rezo
00:47 < rzr> du coup c plus ton nas , mais un cloud
00:49 < rzr> l equipement etant loin d etre juste passif
00:49 < rzr> elle peux dumper ton trafic eth , wifi ou micro audio et cam ? 

decentralized

Alternative : On Site Hosting

secu

SERVICE

MISC

MORE

cloud.txt · Last modified: 2022/04/16 12:22 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki