Boudewijn Kranendonk wbk
  • Joined on 2023-12-01
wbk pushed to master at wbk/my_idlers_ynh 2025-03-04 15:13:22 +00:00
9aef174f1c Replace nginx conf with the Laravel default
9a4639b1d0 re-try screenshot
3988f71f09 cleaning up before publishing
934dfddcb3 token generation works, tinker call works, but directly afterwards rollback. Change order of artisan calls in install to pinpoint cause of roll back
a718380bfd retry, now generating in _common instead of manifest
Compare 52 commits »
wbk pushed to development at wbk/my_idlers_ynh 2025-03-03 21:13:05 +00:00
9a4639b1d0 re-try screenshot
wbk pushed to development at wbk/my_idlers_ynh 2025-03-03 21:10:52 +00:00
3988f71f09 cleaning up before publishing
wbk pushed to development at wbk/my_idlers_ynh 2025-03-03 14:33:03 +00:00
934dfddcb3 token generation works, tinker call works, but directly afterwards rollback. Change order of artisan calls in install to pinpoint cause of roll back
wbk pushed to development at wbk/my_idlers_ynh 2025-03-03 14:25:27 +00:00
a718380bfd retry, now generating in _common instead of manifest
wbk pushed to development at wbk/my_idlers_ynh 2025-03-03 14:22:22 +00:00
9519cfaa43 retry, now generating in manifest instead of install'
wbk pushed to development at wbk/my_idlers_ynh 2025-03-03 14:15:37 +00:00
1be91cc2dd Revised method for user injection: artisan tinker
wbk pushed to development at wbk/my_idlers_ynh 2025-03-03 13:09:12 +00:00
8b69328c85 remove user creation during install
wbk pushed to development at wbk/my_idlers_ynh 2025-03-02 21:56:46 +00:00
6eeb04a332 CreateUser crashes on missing factory and faker. Perhaps caused by me not including the Artisan test script. For now, do not prompt for credentials or attempt to crate the user
wbk pushed to development at wbk/my_idlers_ynh 2025-03-02 21:29:47 +00:00
4cb061c021 'name' is a reserved keyword, replace it by 'user' in manifest and install
wbk pushed to development at wbk/my_idlers_ynh 2025-03-02 21:19:41 +00:00
adb5d3b94c first attempt at preseeding the app with user credentials
418c941db9 update manifest, install; add CreateUser.php to preseed admin during install
Compare 2 commits »
wbk pushed to development at wbk/my_idlers_ynh 2025-03-02 20:48:41 +00:00
18ea4071c7 tailor remove script; remove extended config script
wbk pushed to development at wbk/my_idlers_ynh 2025-03-02 20:45:22 +00:00
6a7e851454 Include restore and upgrade scripts, update change_url
wbk pushed to development at wbk/my_idlers_ynh 2025-03-02 20:27:46 +00:00
d41c3be841 Include backup- and change-URL-scripts
wbk pushed to development at wbk/my_idlers_ynh 2025-03-02 18:14:32 +00:00
960cf6e0c0 move rewrite rule to inside (outer) location instead of in php location
wbk pushed to development at wbk/my_idlers_ynh 2025-03-02 17:59:37 +00:00
fb517aff32 move rewrite rule to inside location, remove root directive
wbk pushed to development at wbk/my_idlers_ynh 2025-03-02 10:51:17 +00:00
a8d41f6af5 re-add root to nginx.conf
wbk pushed to development at wbk/my_idlers_ynh 2025-03-01 16:42:43 +00:00
b32ccf5ee8 Update description and other docs, cleanup scripts
a63795dbc0 update description
Compare 2 commits »
wbk pushed to development at wbk/my_idlers_ynh 2025-03-01 16:14:36 +00:00
1de66a57c5 add description and screenshot
wbk pushed to development at wbk/my_idlers_ynh 2025-03-01 15:18:44 +00:00
dfa92b6640 tweak conf/nginx.conf - add rewrite for seemingly erronous redirect to /usr/share/nginx by laravel auth.php to login/register