Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
This is a question, because I dont know where to put it.
the directory structure is reversed for foolfuuka/frame within the php system.
checking out the repo, doing docker-compose up -d does not result in a fully working system.
Here is the error I found when navigating.
example: /foolfuuka/boards/image/wg/1574/34/1574348094708.png ...should be...
/foolfuuka/boards/wg/image/1574/34/1574348094708.png

the directory structure in the shared volume is ...
/boards # ls
image thumb
/boards # ls *
image:
w wg
thumb:
w wg

when it should be (if the url is authoritative: /boards/wg/image and /boards/wg/thumb)

Do you know how to fix this so that it is more stream lined? I was using the hayden scraper


# FoolStack

A full FoolFuuka stack on top of docker to remove the setup overhead and allow portability.
Expand Down Expand Up @@ -133,4 +154,4 @@ volumes:
networks:
foolstack:
name: foolstack
```
```
3 changes: 2 additions & 1 deletion php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN apk --update --no-cache add php7-fpm php7-bcmath php7-json php7-opcache php7
COPY www.conf /etc/php7/php-fpm.d/www.conf
COPY php.ini /etc/php7/php.ini
COPY entrypoint.sh .foolframe.cache.php.env .foolframe.db.php.env .foolframe.config.php.env .foolfuuka.config.php.env php-fpm-healthcheck /
RUN chmod +x /php-fpm-healthcheck
ENV LD_PRELOAD=/usr/lib/preloadable_libiconv.so \
FPM_PM=dynamic \
FPM_PM_MAX_CHILDREN=5 \
Expand All @@ -30,4 +31,4 @@ ENV LD_PRELOAD=/usr/lib/preloadable_libiconv.so \
DB_PASS=pass \
DB_CHARSET=utf8mb4 \
DB_PREFIX=ff_ \
COOKIE_PREFIX=foolframe_ugay_
COOKIE_PREFIX=foolframe_ugay_