actualizada la configuracion
This commit is contained in:
parent
c991dcf4c2
commit
f7f2b11ef2
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
backup/
|
||||
**/volumes/
|
||||
.bash_prompt
|
||||
.cache/
|
||||
.config/
|
||||
.fossil
|
||||
.local/
|
||||
.nanorc
|
||||
.profile
|
||||
.python_history
|
||||
.selected_editor
|
||||
.ssh/
|
||||
.tmux.conf.local
|
||||
.tmux/
|
||||
.vim_mru_files
|
||||
.vim_runtime/
|
||||
.viminfo
|
||||
.vimrc
|
||||
.wget-hsts
|
1
.tmux.conf
Symbolic link
1
.tmux.conf
Symbolic link
@ -0,0 +1 @@
|
||||
.tmux/.tmux.conf
|
@ -4,12 +4,19 @@ copincha.org {
|
||||
file_server
|
||||
}
|
||||
|
||||
wiki.copincha.org {
|
||||
copinchapedia.copincha.org {
|
||||
root * /var/wiki
|
||||
encode gzip
|
||||
file_server
|
||||
}
|
||||
|
||||
pph.copincha.org {
|
||||
root * /var/pph
|
||||
encode gzip
|
||||
file_server
|
||||
}
|
||||
|
||||
|
||||
docs.copincha.org {
|
||||
reverse_proxy localhost:3000
|
||||
}
|
||||
|
@ -10,6 +10,7 @@ services:
|
||||
volumes:
|
||||
- ./Caddyfile:/etc/caddy/Caddyfile
|
||||
- ./caddy:/data/
|
||||
- ./webroot/www:/var/www
|
||||
- ./webroot/wiki:/var/wiki
|
||||
- /root/jardines-digitales/copincha.org:/var/www
|
||||
- /root/jardines-digitales/copinchapedia:/var/wiki
|
||||
- /root/jardines-digitales/precious-plastic-la-habana:/var/pph
|
||||
|
||||
|
@ -22,8 +22,8 @@
|
||||
<!-- <div class="buttons top left">
|
||||
<i class="fa fa-home fa-fw"></i> <a href="/en">volver</a>
|
||||
</div> -->
|
||||
<header id="banner">
|
||||
<div id="title">
|
||||
<section id="content" class="index">
|
||||
<div id="title">
|
||||
<p>
|
||||
<a class="h-card" rel="me" href="/en/pages/about.html">
|
||||
<em>Copincha</em></a> es un espacio para el desarrollo de
|
||||
@ -40,9 +40,9 @@
|
||||
proyecto y mantenemos documentación de nuestras actividades en la <a href="https://wiki.copincha.org">Copinchapedia</a>.
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<section id="content" class="index">
|
||||
<p>
|
||||
También puedes connectar con la comunidad a través de <a href="https://chat.whatsapp.com/DcpEPTEFLs1L6Gel8MAtW0"><i class="fa fa-whatsapp" aria-hidden="true"></i> Whatsapp</a> y <a href="https://t.me/copincha"><i class="fa fa-telegram" aria-hidden="true"></i> Telegram</a>.
|
||||
</p>
|
||||
</section><!-- /#content -->
|
||||
|
||||
</body></html>
|
@ -25,7 +25,7 @@ services:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- "9000:3000"
|
||||
- "222:22"
|
||||
- "22:22"
|
||||
depends_on:
|
||||
- db
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user