Commit Graph

103 Commits

Author SHA1 Message Date
Philipp Holzer 96e12be26b
Remove old config parts
- config.hostname
- system.urlpath
- system.ssl_policy
2023-02-18 21:12:20 +01:00
Philipp Holzer 3db2778fcd
remove unnecessary comments 2023-02-13 11:32:10 +01:00
Philipp Holzer 9b095f475b
add license header ;) 2023-02-12 17:09:06 +01:00
Philipp Holzer 3edc5553c6
use own local.config.php for CI 2023-02-12 14:38:43 +01:00
Philipp Holzer cf78f1baea
Fix missing values in sample files 2023-01-21 22:24:00 +01:00
Philipp Holzer 5a9e9cc41b
Replace Level-2 Dice patch with new release 2023-01-21 19:42:47 +01:00
Philipp Holzer d17a21601c
Add Dice.php patch 2023-01-16 21:55:23 +01:00
Hypolite Petovan 1874a32728 Happy New Year 2023! 2023-01-01 09:36:24 -05:00
MarekBenjamin 45fce5c15e
Update sample-nginx-certbot.config
in accordance to 1dfe0fc603
2022-12-27 15:00:25 +01:00
Philipp Holzer 1dfe0fc603
adapt examples 2022-12-26 21:18:05 +01:00
Philipp Holzer efc35ddb00
Remove addon-sample.config.php from build pipeline 2022-11-25 23:46:17 +01:00
Marek Bachmann bd7582e841 Merge remote-tracking branch 'origin/nginx_template_improvements' into nginx_template_improvements 2022-11-24 23:08:07 +01:00
Marek Bachmann 7effc07fd6 typo 2022-11-24 23:07:55 +01:00
MarekBenjamin 32eb50506d
Update mods/sample-nginx-certbot.config
Damn typos, I am too used to use autocorrect, need to learn again to proofread my own texts! Thank you very much! <3

Co-authored-by: Philipp <admin+Github@philipp.info>
2022-11-24 23:07:27 +01:00
Marek Bachmann 2f29031f2a content of sample-nginx-certbot.config 2022-11-24 22:57:09 +01:00
Marek Bachmann 9f70c2a1d7 Added sample-nginx-cerbot.config to easly configure nginx to use ssl for friendica using certbot 2022-11-24 20:08:49 +01:00
Marek Bachmann 33088b3446 Replaced hostname in rewrite url for forwarding http to https by $server_name variable instead of hard coded example.com url
Updated default PHP-FPM path from 7.0 to 7.4
2022-11-24 19:21:18 +01:00
MarekBenjamin 3d7e4cb9f4
Update sample-nginx.config
Removed  `ssl on`  in line 54 directive since it is deprecated and already activated with the `listen 443 ssl;`  directive in line 51
2022-11-22 22:56:29 +01:00
Michael d3e167c77c All references to boot.php are now removed 2022-10-19 20:38:25 +00:00
Tobias Diekershoff 49ed627aed change IP of Vagrant VM 2022-10-15 17:31:57 +02:00
atjn 31ed9b450d Update default icon 2022-04-28 12:41:26 +02:00
Philipp Holzer 8143fb7cc2
Remove "include/" folder from release-list 2022-01-18 00:39:20 +01:00
Philipp Holzer c588b280d7
Fix all license header & be less aggressive 2022-01-07 00:35:28 +01:00
Philipp Holzer 3e0bcf7acd
Add license check 2022-01-06 22:28:00 +01:00
Balázs Úr e56a53647b Update copyright 2022-01-02 08:27:47 +01:00
Philipp Holzer fda6a9fdf2
Drone - Don't deploy artifacts with config files 2021-10-05 12:25:29 +02:00
Philipp Holzer c9f451eeba
Bugfix Drone/Docker: forgot a file 2021-09-15 08:29:55 +02:00
Philipp Holzer e563a193f5
Setup PHP release workflow in drone with lftp 2021-09-03 09:36:51 +02:00
Philipp Holzer 6f4d21dab9
add EOF 2021-05-29 23:28:19 +02:00
Philipp Holzer 6f83a70c47
Replace build.xml with mods/phpdoc-config.xml 2021-05-29 23:24:06 +02:00
fabrixxm dd1835d15d Update vagrant devbox provisioning
- run provisioning script as root
- don't load friendica_test_data.sql which is outdated
- install friendica and create users via console commands
- install cronjob in `/etc/cron.d/friendica` and run as `www-data` user
- force to have "vagrant-vbguest" insstalled. We need updated vbguest
  addins to correctly mount local folder
- add "config.hostname" and "system.ssl_policy" values in
  `local.config.vagrant.php`
2021-05-24 17:08:21 +02:00
Hypolite Petovan 626eea8c38
Merge pull request #10224 from nupplaphil/feat/drone
Re-enable DRONE
2021-05-10 07:36:29 -04:00
Philipp Holzer 876b424ae3
Re-enable DRONE 2021-05-09 21:19:49 +02:00
Philipp Holzer 64332c8c2b
Add release list 2021-05-03 20:27:33 +02:00
Balázs Úr 054c301ef0 Update copyright 2021-03-29 08:40:20 +02:00
Tobias Diekershoff 3df8439b98 lighttpd follow up of #9155 2020-09-07 14:37:24 +02:00
Hypolite Petovan ae045eff41 Update nginx sample config with location deny for bin/ folder 2020-09-07 05:51:58 -04:00
Hypolite Petovan 9c6fbc6a74 Update references to the friendica/friendica stable branch 2020-06-30 15:25:16 -04:00
Hypolite Petovan 2c56d2f336
Merge pull request #8265 from nupplaphil/task/add_license
Add license headers :-)
2020-02-09 16:34:21 -05:00
nupplaPhil 79d13f6f19
Disable drone.io integration 2020-02-09 22:50:31 +01:00
nupplaPhil 7d714319c8
Add license info at Friendica PHP files 2020-02-09 16:34:23 +01:00
Tobias Diekershoff 2a526236fd updated sample lighttpd config regarding the pagename parameter 2019-10-17 07:47:28 +02:00
Philipp Holzer d579d9e1d0
Add basepath to vagrant config file 2019-04-14 14:24:01 +02:00
Tobias Diekershoff 769ee12a92 added AP to the example home.html file 2019-02-12 09:20:28 +01:00
Hypolite Petovan cef6757c92 Replace REGISTER_* constants by Module\Register::* ones 2019-01-22 22:24:15 -05:00
Hypolite Petovan 274274ad63
Fix mods/README.md format 2018-12-27 01:52:40 -05:00
Hypolite Petovan fabc90e9dd
Merge branch '2018.12-rc' into task/move-config-to-php-array 2018-12-27 01:47:53 -05:00
Wouter Broers 2b38b7b7de Updated .well-known location within Nginx Sample Config:
Replaced try_files with a rewrite rule to prevent Nginx
from spitting out 404 errors on addresses like:
- <server.tld>/.well-known/host-meta
- <server.tld>/.well-known/x-social-ray
- <server.tld>/.well-known/nodeinfo
- <server.tld>/.well-known/webfinger?resource=<resource>
2018-12-01 19:04:34 +01:00
Hypolite Petovan c0b3b73c88 Move files from util to mods
- Move local.config.vagrant.php
- Move fpostit
- Move bookmarklet-share2friendica
- Updated Readme file
2018-11-28 23:08:43 -05:00
Andy H bb767dda51
Update sample-nginx.config 2018-11-19 23:31:54 +07:00