-
Posts
122 -
Joined
-
Last visited
Everything posted by eydun
-
Thanks. Is paying you to develop this feature an option?
-
It would be awesome, if you could see it the stats, when a log is created because of a 404.
-
How to setup Composer and use external libraries in ProcessWire
eydun replied to MoritzLost's topic in Tutorials
Thank you for the reply. If the "wire"-folder did not have to be accessible from public, then it would perhaps make sense to split the installation-process of "wire" and "site" into two steps. The first step could be handle by composer, while I am not so sure how to best handle the latter... -
How to setup Composer and use external libraries in ProcessWire
eydun replied to MoritzLost's topic in Tutorials
I guess it could be a solution if composer require processwire/processwire only installed the wire-folder it the vendor-directory. While the installation/setup of the site-folder was a separate package. It is my impression that @teppo uses composer a lot. Teppo, what do you think? -
How to setup Composer and use external libraries in ProcessWire
eydun replied to MoritzLost's topic in Tutorials
Thanks for the tip about composer scripts, that might come handy when setting up new processwire-installations. The docs mention: composer require processwire/processwire as a possible installation method: https://processwire.com/docs/start/install/new/#installation-with-composer-and-packagist But I guess that is not feasible... -
How to setup Composer and use external libraries in ProcessWire
eydun replied to MoritzLost's topic in Tutorials
@wbmnfktr thanks, I am aware of that. My question meant to be, if it is possible to also include processwire with composer in the site-structure that @MoritzLost is recommending. -
How to setup Composer and use external libraries in ProcessWire
eydun replied to MoritzLost's topic in Tutorials
Thank you for this write-up. It is possible to also include processwire with composer? E.g. composer require processwire/processwire -
FYI. I can see it the docs, that there is constant for FM_ROOT_PATH. ๐ค
-
Thanks for the reply. I am aware of that. But I think it would be a good option to be able to set the root-path, so the user starts at a chosen folder.
-
Thank you both for the advise ๐ The "page-render-iprestriction"-module looks like a perfect solution for my needs.
-
Thanks for the tip. But I was hoping not to modify the .htaccess-file.
-
Thanks for the making this module. Is it perhaps possible to set the root-directory, so the user does not get access to the complete installation?
-
There are some hosts that are continuously scraping my website. They are using static IP-addresses, so they are easy to identify. What is the easiest method to ban some IP-addresses from access your website? Is there perhaps a PW-module for this?
-
> File-Cache you mean then? Yes, absolutely File-Cache. >After switching to Solaris mode the numbers look much better Glad to hear ๐
-
My experience is that MySQL-connections is the first bottle-neck. Try to cache as much as possible.
-
Thanks, it is working now! Thank you for building this module. Postmark er also my preferred mail-gateway.
-
-
-
Thanks, you nailed it!
-
-
-
Thanks, I forgot about the excellent File Editor Panel in Tracy. My use case is for when I borrow a computer, I do not want to install software. So it would be nice to be able to create template-files within PW/Tracy.
-
I earlier used this module for edit template files: https://github.com/rolandtoth/ProcessTemplateEditor I liked it, but it lacked the option to create new files. Is there any other module for this purpose, of what do you use for editing template files? (except for ftp-clients)