~hacktivista/hacktivista.org

Escuela de Técnica y Cultura Hacker <hacktivista.org> website
Upgrade payments page
Upgrade LeanWeb
Fix: shell-posix: libros.tar.gz en formato gzip

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~hacktivista/hacktivista.org
read/write
git@git.sr.ht:~hacktivista/hacktivista.org

You can also use your local clone with git send-email.

#Hacktivista.org

Escuela de Técnica y Cultura Hacker website.

#Installation

Requires a Debian GNU/Linux system.

Setup a Hawese payment origin like this:

'hacktivista_org' => [
    'return_url' => env('PAYMENT_HACKTIVISTA_ORG_ENDPOINT') . '/checkout',
    'notify' => [
        'status' => ['completed', 'aborted'],
        'uri' => env('PAYMENT_HACKTIVISTA_ORG_ENDPOINT') . '/verify-payment',
        'headers' => [
            'Content-Type' => 'application/x-www-form-urlencoded'
        ],
        'method' => 'POST',
        'params' => [
            'uuid' => 'payment.uuid',
        ],
    ],
],

Download https://git.hacktivista.org/leanweb/blob/main/contrib/bin/debian_setup.sh and give it execution permissions. Execute it and follow instructions.

You'll need to setup hawese with all options, and also SMTP.